diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-25 07:48:20 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-25 07:48:20 +0000 |
commit | 2938d1212b405cd68dac932d2a0f3e4dd193249e (patch) | |
tree | b5c6055f1b7d9453f54727fb2a47c0b0ccdb1435 /net-p2p/btqueue/Makefile | |
parent | 2e75d1831d0a1bf63cadfe582f523ff7af916f91 (diff) |
Notes
Diffstat (limited to 'net-p2p/btqueue/Makefile')
-rw-r--r-- | net-p2p/btqueue/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/btqueue/Makefile b/net-p2p/btqueue/Makefile index 1f25bbfe6adb..a9a53c472553 100644 --- a/net-p2p/btqueue/Makefile +++ b/net-p2p/btqueue/Makefile @@ -6,9 +6,9 @@ # PORTNAME= btqueue -PORTVERSION= 0.0.8 +PORTVERSION= 0.0.10 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= BTQueue-${PORTVERSION} @@ -19,6 +19,6 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb CONFLICTS= py??-*[Bb]it[Tt]ornado* py??-*[Bb]it[Tt]orrent* USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes .include <bsd.port.mk> |