diff options
author | jlam <jlam> | 2002-02-28 06:17:24 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-02-28 06:17:24 +0000 |
commit | 89bc814c36d0a3a449879eff7fee24f623f826e2 (patch) | |
tree | d57409da4dd75bc44bd64c7e1016599de6c84d50 | |
parent | 6067f5b2c0fda077fae6194f433526532bc285d3 (diff) | |
download | pkgsrc-89bc814c36d0a3a449879eff7fee24f623f826e2.tar.gz |
Update devel/php4-gettext to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
-rw-r--r-- | devel/php4-gettext/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/php4-gettext/Makefile b/devel/php4-gettext/Makefile index e9e4fcabfde..dcbc6778c1f 100644 --- a/devel/php4-gettext/Makefile +++ b/devel/php4-gettext/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/12/03 08:31:00 jlam Exp $ - -.include "../../www/php4/Makefile.module" +# $NetBSD: Makefile,v 1.4 2002/02/28 06:17:24 jlam Exp $ MODNAME= gettext CATEGORIES+= devel @@ -8,6 +6,9 @@ PKGREVISION= # empty COMMENT= PHP4 extension for gettext support USE_BUILDLINK_ONLY= YES + +.include "../../www/php4/Makefile.module" + CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_DIR} .include "../../devel/gettext-lib/buildlink.mk" |