diff options
author | tnn <tnn@pkgsrc.org> | 2009-03-07 16:26:16 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-03-07 16:26:16 +0000 |
commit | 969717706ada9105cd5320e6a346b9b2b6e2d284 (patch) | |
tree | 12e937e6501b0fcaf60724de40a1929f2e596ecf /www | |
parent | d516f1d6ab1b16bee5b29aa8ec53b130a03d0d00 (diff) | |
download | pkgsrc-969717706ada9105cd5320e6a346b9b2b6e2d284.tar.gz |
fix invalid dependency patterns
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-scgi/Makefile | 4 | ||||
-rw-r--r-- | www/py-scgi/Makefile | 4 |
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 |