diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-06-15 16:29:32 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-06-15 16:29:32 +0000 |
commit | ea30c670ccc5aa967ce75e2d28d753069800e33d (patch) | |
tree | eb691706ae1079d3459c092c9d3d1d52f1ee5233 /graphics | |
parent | Add mixmaster 2.9.1, a cryptographically secure anonymous remailer. (diff) |
make it fetchable again
Pointyhat to: myself
Notes
Notes:
svn path=/head/; revision=111550
Diffstat (limited to 'graphics')
-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 |