diff options
author | jlam <jlam@pkgsrc.org> | 2002-02-28 06:18:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-02-28 06:18:29 +0000 |
commit | 3f7d36ac8cd841f4617661cef0b5df598004a470 (patch) | |
tree | 94aa07fd59a48470d4a037aa936dabb1731a90f2 /net | |
parent | a9a138b832199dfa62b5622b50aab01ba24938b6 (diff) | |
download | pkgsrc-3f7d36ac8cd841f4617661cef0b5df598004a470.tar.gz |
Update net/php4-sockets to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
Diffstat (limited to 'net')
-rw-r--r-- | net/php4-sockets/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/php4-sockets/Makefile b/net/php4-sockets/Makefile index 680786e905e..f0be4c0d680 100644 --- a/net/php4-sockets/Makefile +++ b/net/php4-sockets/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/12/03 08:31:03 jlam Exp $ - -.include "../../www/php4/Makefile.module" +# $NetBSD: Makefile,v 1.3 2002/02/28 06:18:29 jlam Exp $ MODNAME= sockets CATEGORIES+= net @@ -8,6 +6,9 @@ PKGREVISION= # empty COMMENT= PHP4 extension for sockets support USE_BUILDLINK_ONLY= YES + +.include "../../www/php4/Makefile.module" + CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR} .include "../../mk/bsd.pkg.mk" |