diff options
author | bad <bad@pkgsrc.org> | 2000-04-25 14:22:52 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2000-04-25 14:22:52 +0000 |
commit | df1bb2a995037161ea621d1262f6e2d1bc70d396 (patch) | |
tree | 2f4c2afd829882110b5334bfa10eddca2b28b7ae /www/php3 | |
parent | 4bdc820deefd3e65363b56c75383680272a8da25 (diff) | |
download | pkgsrc-df1bb2a995037161ea621d1262f6e2d1bc70d396.tar.gz |
DEPEND on devel/zlib under SunOS.
Diffstat (limited to 'www/php3')
-rw-r--r-- | www/php3/Makefile | 7 |
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) |