diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2002-04-08 21:21:19 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2002-04-08 21:21:19 +0800 |
commit | 2e72eb41258e7c6950c54cc7097b22d5360fe9e5 (patch) | |
tree | 5ac6909f3ae175542fdf9da6f9f1139350ca63d1 /print | |
parent | 554c5ac1103086f7911f0d4dc3b9d683c94248e5 (diff) | |
download | freebsd-ports-gnome-2e72eb41258e7c6950c54cc7097b22d5360fe9e5.tar.gz freebsd-ports-gnome-2e72eb41258e7c6950c54cc7097b22d5360fe9e5.tar.zst freebsd-ports-gnome-2e72eb41258e7c6950c54cc7097b22d5360fe9e5.zip |
Unbreak by removing explicit dependency on python version.
PR: ports/36866
Submitted by: Alan Eldridge <alane@wwweasel.geeksrus.net>
Diffstat (limited to 'print')
-rw-r--r-- | print/py-fonttools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/py-fonttools/Makefile b/print/py-fonttools/Makefile index 391f4e1e4113..002cc118f8e5 100644 --- a/print/py-fonttools/Makefile +++ b/print/py-fonttools/Makefile @@ -7,6 +7,7 @@ PORTNAME= fonttools PORTVERSION= 1.0b1 +PORTREVISION= 1 CATEGORIES= print python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fonttools @@ -24,7 +25,6 @@ RUN_DEPENDS= xmlproc_val:${PORTSDIR}/textproc/py-xml \ WRKSRC= ${WRKDIR}/fonttools USE_PYTHON= yes -PYTHON_VERSION= python2.1 DOCDIR= ${PREFIX}/share/doc/py-fonttools |