diff options
Diffstat (limited to 'net/php-sockets/Makefile')
-rw-r--r-- | net/php-sockets/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/php-sockets/Makefile b/net/php-sockets/Makefile index 3d3119a78bf..80e78853612 100644 --- a/net/php-sockets/Makefile +++ b/net/php-sockets/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= sockets CATEGORIES+= net @@ -7,7 +7,8 @@ COMMENT= PHP extension for sockets 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" |