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 | e5580d67d309e57306168bddab8e8a692d4894d1 (patch) | |
tree | 12e937e6501b0fcaf60724de40a1929f2e596ecf /www/ap-scgi | |
parent | 653105e4edc96e90a4a146becbebab52d33cdfd8 (diff) | |
download | pkgsrc-e5580d67d309e57306168bddab8e8a692d4894d1.tar.gz |
fix invalid dependency patterns
Diffstat (limited to 'www/ap-scgi')
-rw-r--r-- | www/ap-scgi/Makefile | 4 |
1 files changed, 2 insertions, 2 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" |