summaryrefslogtreecommitdiff
path: root/net/php-yp
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-11-05 17:11:39 +0000
committerjdolecek <jdolecek>2004-11-05 17:11:39 +0000
commitfe5bcaa57cf5f8bbc77038349ae1ea56c282e5a0 (patch)
tree89a1969994af5555fc7a3f3db8d11fca07670f21 /net/php-yp
parentf0d07511d2c54e8e8b9fee1ca22899cfb0097a0b (diff)
downloadpkgsrc-fe5bcaa57cf5f8bbc77038349ae1ea56c282e5a0.tar.gz
now that PHP 5.x Makefile.common doesn't pollute CONFIGURE_ARGS, it safe
to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS setting; successful build confirmed with both PHP 4.x and PHP 5.x
Diffstat (limited to 'net/php-yp')
-rw-r--r--net/php-yp/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/php-yp/Makefile b/net/php-yp/Makefile
index f740b09f30c..ee34cc42531 100644
--- a/net/php-yp/Makefile
+++ b/net/php-yp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/10/31 21:07:14 jdolecek Exp $
+# $NetBSD: Makefile,v 1.3 2004/11/05 17:11:40 jdolecek Exp $
MODNAME= yp
CATEGORIES+= net
@@ -7,8 +7,7 @@ COMMENT= PHP extension for YP domain support
USE_BUILDLINK3= YES
-.include "../../lang/php/ext.mk"
-
CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
+.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"