diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-06-16 00:29:32 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-06-16 00:29:32 +0800 |
commit | 425b07b4a0661e5dfa830889c8430916a9ebdffd (patch) | |
tree | 44641e6249cc08561113649f15cb816443b45784 /graphics | |
parent | 2ff4320ed48c58a827bce21430d769d1d5a19036 (diff) | |
download | freebsd-ports-gnome-425b07b4a0661e5dfa830889c8430916a9ebdffd.tar.gz freebsd-ports-gnome-425b07b4a0661e5dfa830889c8430916a9ebdffd.tar.zst freebsd-ports-gnome-425b07b4a0661e5dfa830889c8430916a9ebdffd.zip |
make it fetchable again
Pointyhat to: myself
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 |