diff options
author | tv <tv> | 1998-10-05 14:27:19 +0000 |
---|---|---|
committer | tv <tv> | 1998-10-05 14:27:19 +0000 |
commit | 5e29f296816c39c6182205d04df7ea91083b02c0 (patch) | |
tree | b86cc622b9e8ea11c584fd671ae3cb134ba507f2 /www | |
parent | 40e224b28f5b4ed29d124c44cf1c583ea62ce63c (diff) | |
download | pkgsrc-5e29f296816c39c6182205d04df7ea91083b02c0.tar.gz |
The dependencies should not have been commented out.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-fastcgi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ap-fastcgi/Makefile b/www/ap-fastcgi/Makefile index ca45d827c63..9b69617e4cd 100644 --- a/www/ap-fastcgi/Makefile +++ b/www/ap-fastcgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/10/03 21:49:59 tv Exp $ +# $NetBSD: Makefile,v 1.2 1998/10/05 14:27:19 tv Exp $ # DISTNAME= mod_fastcgi-2.0.17 @@ -9,8 +9,8 @@ MASTER_SITES= http://www.fastcgi.com/ MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.fastcgi.com/ -#BUILD_DEPENDS+= ${PREFIX}/sbin/apxs:../../www/apache -#RUN_DEPENDS+= ${PREFIX}/sbin/apxs:../../www/apache +BUILD_DEPENDS+= ${PREFIX}/sbin/apxs:../../www/apache +RUN_DEPENDS+= ${PREFIX}/sbin/apxs:../../www/apache USE_PERL5= yes # for "apxs" |