summaryrefslogtreecommitdiff
path: root/www/php3
diff options
context:
space:
mode:
authorbad <bad>2000-04-25 15:40:19 +0000
committerbad <bad>2000-04-25 15:40:19 +0000
commit2cd71e78ce23797fc0db0ab134003e86d4d32fee (patch)
tree0c74bc613a9e521640e9620187444af301f34305 /www/php3
parent60328e542b133ce5e406eca743599f29077363e5 (diff)
downloadpkgsrc-2cd71e78ce23797fc0db0ab134003e86d4d32fee.tar.gz
Need to include bsd.prefs.mk before testing ${OPSYS}. Doh!
Diffstat (limited to 'www/php3')
-rw-r--r--www/php3/Makefile4
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