diff options
Diffstat (limited to 'audio/py-musique')
-rw-r--r-- | audio/py-musique/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/py-musique/Makefile b/audio/py-musique/Makefile index 6967727ab82..391d5ad3dfe 100644 --- a/audio/py-musique/Makefile +++ b/audio/py-musique/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2005/05/21 23:20:24 augustss Exp $ +# $NetBSD: Makefile,v 1.2 2005/05/23 15:25:05 augustss Exp $ # DISTNAME= pymusique-0.5 @@ -11,6 +11,11 @@ MAINTAINER= augustss@NetBSD.org HOMEPAGE= http://fuware.nanocrew.net/pymusique/ COMMENT= Interface to the iTunes Music Store +NO_SRC_ON_FTP= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} + DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted DEPENDS+= ${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL DEPENDS+= ${PYPKGPREFIX}-mcrypt-[0-9]*:../../security/py-mcrypt |