summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2009-03-07 16:26:16 +0000
committertnn <tnn@pkgsrc.org>2009-03-07 16:26:16 +0000
commite5580d67d309e57306168bddab8e8a692d4894d1 (patch)
tree12e937e6501b0fcaf60724de40a1929f2e596ecf /www
parent653105e4edc96e90a4a146becbebab52d33cdfd8 (diff)
downloadpkgsrc-e5580d67d309e57306168bddab8e8a692d4894d1.tar.gz
fix invalid dependency patterns
Diffstat (limited to 'www')
-rw-r--r--www/ap-scgi/Makefile4
-rw-r--r--www/py-scgi/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/www/ap-scgi/Makefile b/www/ap-scgi/Makefile
index 3e61a689416..6d4931b7026 100644
--- a/www/ap-scgi/Makefile
+++ b/www/ap-scgi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/03/03 10:53:15 manu Exp $
+# $NetBSD: Makefile,v 1.3 2009/03/07 16:26:16 tnn Exp $
#
PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME}
@@ -7,7 +7,7 @@ COMMENT= Simple Common Gateway Interface for Apache
PKG_DESTDIR_SUPPORT= destdir
-DEPENDS+= ${PYPKGPREFIX}-scgi:../../www/py-scgi
+DEPENDS+= ${PYPKGPREFIX}-scgi-[0-9]*:../../www/py-scgi
APACHE_MODULE= yes
.include "../../mk/apache.mk"
diff --git a/www/py-scgi/Makefile b/www/py-scgi/Makefile
index 52893baacb4..d3050f8ea5d 100644
--- a/www/py-scgi/Makefile
+++ b/www/py-scgi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/03/03 10:53:15 manu Exp $
+# $NetBSD: Makefile,v 1.3 2009/03/07 16:26:16 tnn Exp $
#
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -7,7 +7,7 @@ COMMENT= Simple Common Gateway Interface
PKG_DESTDIR_SUPPORT= destdir
-DEPENDS+= ${PYPKGPREFIX}-quixote:../../devel/py-quixote
+DEPENDS+= ${PYPKGPREFIX}-quixote-[0-9]*:../../devel/py-quixote
PYTHON_VERSIONS_ACCEPTED= 26 25 24
PY_PATCHPLIST= yes