diff options
author | bad <bad> | 2000-04-25 15:40:19 +0000 |
---|---|---|
committer | bad <bad> | 2000-04-25 15:40:19 +0000 |
commit | 2cd71e78ce23797fc0db0ab134003e86d4d32fee (patch) | |
tree | 0c74bc613a9e521640e9620187444af301f34305 /www/php3 | |
parent | 60328e542b133ce5e406eca743599f29077363e5 (diff) | |
download | pkgsrc-2cd71e78ce23797fc0db0ab134003e86d4d32fee.tar.gz |
Need to include bsd.prefs.mk before testing ${OPSYS}. Doh!
Diffstat (limited to 'www/php3')
-rw-r--r-- | www/php3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/php3/Makefile b/www/php3/Makefile index 61a9356ba6f..44a5d671beb 100644 --- a/www/php3/Makefile +++ b/www/php3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/04/25 14:22:52 bad Exp $ +# $NetBSD: Makefile,v 1.13 2000/04/25 15:40:19 bad Exp $ # DISTNAME= php-${PHP_VERSION} @@ -12,6 +12,8 @@ HOMEPAGE= http://www.php.net/ DEPENDS+= gdbm-1.7.3:../../databases/gdbm +.include "../../mk/bsd.prefs.mk" + .if ${OPSYS} == "SunOS" DEPENDS+= zlib-*:../../devel/zlib .endif |