Unbreak by removing explicit dependency on python version.
PR: ports/36866 Submitted by: Alan Eldridge <alane@wwweasel.geeksrus.net>
This commit is contained in:
parent
3a8b2bd69f
commit
5b0b2d6491
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57438
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue