diff options
author | jlam <jlam> | 2002-02-28 06:18:33 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-02-28 06:18:33 +0000 |
commit | 2dfe04a681f4509c24e289111e6595be83a8b46b (patch) | |
tree | 572b23178bc72026e09dd7df56394e97f4ee4ffe /net | |
parent | 5379945717d2587b3c9c7297a2bb25aba6c4bafc (diff) | |
download | pkgsrc-2dfe04a681f4509c24e289111e6595be83a8b46b.tar.gz |
Update net/php4-yp 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-yp/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/php4-yp/Makefile b/net/php4-yp/Makefile index 5ee64531460..6e68795ed22 100644 --- a/net/php4-yp/Makefile +++ b/net/php4-yp/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:33 jlam Exp $ MODNAME= yp CATEGORIES+= net @@ -8,6 +6,9 @@ PKGREVISION= # empty COMMENT= PHP4 extension for YP domain support USE_BUILDLINK_ONLY= YES + +.include "../../www/php4/Makefile.module" + CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR} .include "../../mk/bsd.pkg.mk" |