diff options
-rw-r--r-- | graphics/py-PyX/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/py-PyX/Makefile b/graphics/py-PyX/Makefile index c0bf53b81ed8..fb03a2448692 100644 --- a/graphics/py-PyX/Makefile +++ b/graphics/py-PyX/Makefile @@ -10,7 +10,7 @@ PORTNAME= PyX PORTVERSION= 0.6.3 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITE_SUBDIR= ${PORTNAME:L} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org @@ -18,8 +18,6 @@ COMMENT= A Python package for the creation of encapsulated PostScript figures BUILD_DEPENDS= kpsewhich:${PORTSDIR}/print/teTeX -BROKEN= "Unfetchable" - USE_PYTHON= 2.0+ USE_PYDISTUTILS= yes |