diff options
author | krion <krion@FreeBSD.org> | 2004-06-25 15:48:20 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-06-25 15:48:20 +0800 |
commit | d299f221d3163ced7ea1224bf41321ecf42929a8 (patch) | |
tree | b9a168c0af7481b9f58e33c55ac176928074b503 /net/btqueue/Makefile | |
parent | d7667a87fd139ec05e8f672fbc6b9ffabf52569a (diff) | |
download | freebsd-ports-graphics-d299f221d3163ced7ea1224bf41321ecf42929a8.tar.gz freebsd-ports-graphics-d299f221d3163ced7ea1224bf41321ecf42929a8.tar.zst freebsd-ports-graphics-d299f221d3163ced7ea1224bf41321ecf42929a8.zip |
Update to version 0.0.10
PR: ports/68305
Submitted by: maintainer
Diffstat (limited to 'net/btqueue/Makefile')
-rw-r--r-- | net/btqueue/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/btqueue/Makefile b/net/btqueue/Makefile index 1f25bbfe6ad..a9a53c47255 100644 --- a/net/btqueue/Makefile +++ b/net/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> |