summaryrefslogtreecommitdiff
path: root/filesystems/tahoe-lafs
diff options
context:
space:
mode:
authorjoerg <joerg>2010-07-25 20:04:21 +0000
committerjoerg <joerg>2010-07-25 20:04:21 +0000
commit24246ba1b97866551de00b2127bc1e03c4ad6a8f (patch)
treea257f47047cfa9add6e55ddcf6f076b26aa20350 /filesystems/tahoe-lafs
parent1fb198806d915e9d2682d9a57115e30230af69d9 (diff)
downloadpkgsrc-24246ba1b97866551de00b2127bc1e03c4ad6a8f.tar.gz
Fix yet another package with bogus dependencies.
Diffstat (limited to 'filesystems/tahoe-lafs')
-rw-r--r--filesystems/tahoe-lafs/Makefile28
1 files changed, 14 insertions, 14 deletions
diff --git a/filesystems/tahoe-lafs/Makefile b/filesystems/tahoe-lafs/Makefile
index 46e4871da7b..f8a78b5196f 100644
--- a/filesystems/tahoe-lafs/Makefile
+++ b/filesystems/tahoe-lafs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/07/24 19:19:06 gdt Exp $
+# $NetBSD: Makefile,v 1.3 2010/07/25 20:04:21 joerg Exp $
#
VERSION= 1.7.1
@@ -19,22 +19,22 @@ PKG_DESTDIR_SUPPORT= user-destdir
# TODO
# fix nevow: doc location
-DEPENDS+= ${PYPKGPREFIX}-zfec:../../converters/py-zfec
-DEPENDS+= ${PYPKGPREFIX}-zbase32:../../converters/py-zbase32
-DEPENDS+= ${PYPKGPREFIX}-simplejson:../../converters/py-simplejson
-DEPENDS+= ${PYPKGPREFIX}-argparse:../../devel/py-argparse
+DEPENDS+= ${PYPKGPREFIX}-zfec-[0-9]*:../../converters/py-zfec
+DEPENDS+= ${PYPKGPREFIX}-zbase32-[0-9]*:../../converters/py-zbase32
+DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson
+DEPENDS+= ${PYPKGPREFIX}-argparse-[0-9]*:../../devel/py-argparse
# Included egg darcsver, but depend anyway.
-DEPENDS+= ${PYPKGPREFIX}-darcsver:../../devel/py-darcsver
-DEPENDS+= ${PYPKGPREFIX}-pyutil:../../devel/py-pyutil
+DEPENDS+= ${PYPKGPREFIX}-darcsver-[0-9]*:../../devel/py-darcsver
+DEPENDS+= ${PYPKGPREFIX}-pyutil-[0-9]*:../../devel/py-pyutil
# Included egg setuptools_trial, not used.
# Included egg setuptools_darcs, used (no package yet).
-DEPENDS+= ${PYPKGPREFIX}-foolscap:../../net/py-foolscap
-DEPENDS+= ${PYPKGPREFIX}-twisted:../../net/py-twisted
-DEPENDS+= ${PYPKGPREFIX}-asn1:../../security/py-asn1
-DEPENDS+= ${PYPKGPREFIX}-crypto:../../security/py-crypto
-DEPENDS+= ${PYPKGPREFIX}-cryptopp:../../security/py-cryptopp
-DEPENDS+= ${PYPKGPREFIX}-OpenSSL:../../security/py-OpenSSL
-DEPENDS+= ${PYPKGPREFIX}-nevow:../../www/py-nevow
+DEPENDS+= ${PYPKGPREFIX}-foolscap-[0-9]*:../../net/py-foolscap
+DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
+DEPENDS+= ${PYPKGPREFIX}-asn1-[0-9]*:../../security/py-asn1
+DEPENDS+= ${PYPKGPREFIX}-crypto-[0-9]*:../../security/py-crypto
+DEPENDS+= ${PYPKGPREFIX}-cryptopp-[0-9]*:../../security/py-cryptopp
+DEPENDS+= ${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL
+DEPENDS+= ${PYPKGPREFIX}-nevow-[0-9]*:../../www/py-nevow
# Distfile has files mode 600, which leads to root-owned 600 files in
# the binary package.