diff options
author | tv <tv@pkgsrc.org> | 1998-10-05 14:27:19 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-10-05 14:27:19 +0000 |
commit | 13be771a1b4419297970254d8129ecedb9688b2b (patch) | |
tree | b86cc622b9e8ea11c584fd671ae3cb134ba507f2 /www | |
parent | a172ffca2b466c13d9f6582351c052a1359c73c1 (diff) | |
download | pkgsrc-13be771a1b4419297970254d8129ecedb9688b2b.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" |