- add missing dependency on python-bz2
- add license version while here spotted by nick guenther, thanks!
This commit is contained in:
parent
ca2b9f3679
commit
a547e87288
@ -1,18 +1,18 @@
|
|||||||
# $OpenBSD: Makefile,v 1.6 2007/10/08 08:22:41 steven Exp $
|
# $OpenBSD: Makefile,v 1.7 2008/09/26 08:20:45 jasper Exp $
|
||||||
|
|
||||||
SHARED_ONLY= Yes
|
SHARED_ONLY= Yes
|
||||||
|
|
||||||
COMMENT= text reader and catalog browser for Project Gutenberg
|
COMMENT= text reader and catalog browser for Project Gutenberg
|
||||||
|
|
||||||
DISTNAME= gutenpy-0.3.0
|
DISTNAME= gutenpy-0.3.0
|
||||||
PKGNAME= ${DISTNAME}p2
|
PKGNAME= ${DISTNAME}p3
|
||||||
CATEGORIES= misc x11
|
CATEGORIES= misc x11
|
||||||
|
|
||||||
HOMEPAGE= http://gutenpy.sourceforge.net/
|
HOMEPAGE= http://gutenpy.sourceforge.net/
|
||||||
|
|
||||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||||
|
|
||||||
# GPL
|
# GPLv2
|
||||||
PERMIT_PACKAGE_CDROM= Yes
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
PERMIT_PACKAGE_FTP= Yes
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
PERMIT_DISTFILES_CDROM= Yes
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
@ -25,6 +25,7 @@ MODULES= lang/python
|
|||||||
|
|
||||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
RUN_DEPENDS= :py-xml-*:textproc/py-xml \
|
RUN_DEPENDS= :py-xml-*:textproc/py-xml \
|
||||||
|
:python-bz2-${MODPY_VERSION}.*:lang/python/${MODPY_VERSION},-bz2 \
|
||||||
:python-expat-${MODPY_VERSION}.*:lang/python/${MODPY_VERSION},-expat \
|
:python-expat-${MODPY_VERSION}.*:lang/python/${MODPY_VERSION},-expat \
|
||||||
:py-gtk2->=2.6.3:x11/py-gtk2
|
:py-gtk2->=2.6.3:x11/py-gtk2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user