summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorbad <bad>2000-04-25 14:22:52 +0000
committerbad <bad>2000-04-25 14:22:52 +0000
commit60328e542b133ce5e406eca743599f29077363e5 (patch)
tree2f4c2afd829882110b5334bfa10eddca2b28b7ae /www
parent3bd1c77dc062fddbc04f5a4fa6b2a849064495f9 (diff)
downloadpkgsrc-60328e542b133ce5e406eca743599f29077363e5.tar.gz
DEPEND on devel/zlib under SunOS.
Diffstat (limited to 'www')
-rw-r--r--www/php3/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/www/php3/Makefile b/www/php3/Makefile
index 2e82e6277b0..61a9356ba6f 100644
--- a/www/php3/Makefile
+++ b/www/php3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2000/04/12 17:51:57 jdolecek Exp $
+# $NetBSD: Makefile,v 1.12 2000/04/25 14:22:52 bad Exp $
#
DISTNAME= php-${PHP_VERSION}
@@ -12,6 +12,11 @@ HOMEPAGE= http://www.php.net/
DEPENDS+= gdbm-1.7.3:../../databases/gdbm
+.if ${OPSYS} == "SunOS"
+DEPENDS+= zlib-*:../../devel/zlib
+.endif
+
+
PHP_VERSION= 3.0.16
.if defined(BUILDING_EXTENSION_MODULE) || defined(BUILDING_SERVER_MODULE)