diff options
author | antoine <antoine@FreeBSD.org> | 2018-02-19 21:18:57 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-02-19 21:18:57 +0800 |
commit | 4aef5414a36b9333faac24d5900d5502bfde588e (patch) | |
tree | a46493ea19a7b88ac669c2621c65c47fa1bbec6c /misc | |
parent | f6b41c62fea625e84b2b8857c73120b17486412d (diff) | |
download | freebsd-ports-gnome-4aef5414a36b9333faac24d5900d5502bfde588e.tar.gz freebsd-ports-gnome-4aef5414a36b9333faac24d5900d5502bfde588e.tar.zst freebsd-ports-gnome-4aef5414a36b9333faac24d5900d5502bfde588e.zip |
Remove dependency on the python metaports
PR: 225752
Submitted by: Yasuhiro KIMURA
Diffstat (limited to 'misc')
-rw-r--r-- | misc/pylize/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/pylize/Makefile b/misc/pylize/Makefile index dba359c31a2a..7dd456c04304 100644 --- a/misc/pylize/Makefile +++ b/misc/pylize/Makefile @@ -3,7 +3,7 @@ PORTNAME= pylize PORTVERSION= 1.3.b -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc textproc MASTER_SITES= http://www.chrisarndt.de/en/software/pylize/download/ \ http://dryice.name/computer/FreeBSD/distfiles/ @@ -12,13 +12,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= dryice@dryice.name COMMENT= Presentation generation tool -BUILD_DEPENDS= python:lang/python \ - ${PYTHON_SITELIBDIR}/HTMLgen.py:www/py-HTMLgen@${FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/HTMLgen.py:www/py-HTMLgen@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${FLAVOR} \ ${PYTHON_SITELIBDIR}/em.py:textproc/py-empy@${FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python:2 tar:bzip2 +USES= python:2.7 tar:bzip2 USE_PYTHON= autoplist distutils do-configure: |