summaryrefslogtreecommitdiff
path: root/net/php-snmp
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-10-31 21:07:13 +0000
committerjdolecek <jdolecek>2004-10-31 21:07:13 +0000
commitfca4a2bcd6d97cf82eb70c2cc4fdb27ec8c4d969 (patch)
tree43db2985256b44525aca65ddff538530e5c2c223 /net/php-snmp
parent64281bb941afc86bea764d8e1310ecc9260c3342 (diff)
downloadpkgsrc-fca4a2bcd6d97cf82eb70c2cc4fdb27ec8c4d969.tar.gz
extension modules must be able to override CONFIGURE_ARGS, so include
lang/php/ext.mk before setting CONFIGURE_ARGS
Diffstat (limited to 'net/php-snmp')
-rw-r--r--net/php-snmp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/php-snmp/Makefile b/net/php-snmp/Makefile
index 8e2d7ba004e..c9b86a6e60a 100644
--- a/net/php-snmp/Makefile
+++ b/net/php-snmp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/10/31 19:30:30 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2004/10/31 21:07:14 jdolecek Exp $
MODNAME= snmp
CATEGORIES+= net
@@ -7,8 +7,9 @@ COMMENT= PHP extension for SNMP
USE_BUILDLINK3= YES
+.include "../../lang/php/ext.mk"
+
CONFIGURE_ARGS+= --with-${MODNAME}=${PREFIX}
-.include "../../lang/php/ext.mk"
.include "../../net/net-snmp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"