From c8f7cce71aab142959491948fe23f8f712648592 Mon Sep 17 00:00:00 2001 From: bad Date: Tue, 25 Apr 2000 15:40:19 +0000 Subject: Need to include bsd.prefs.mk before testing ${OPSYS}. Doh! --- www/php3/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3