diff options
author | jlam <jlam> | 2002-02-28 06:18:53 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-02-28 06:18:53 +0000 |
commit | e34afb8aeb66c76654a1cbceb6ddeb8363ff7f79 (patch) | |
tree | c0de792cbde3e5a84aa115e7bd96f3fdfa3abb2d /textproc | |
parent | 4c263d7c0c5a52f33f728691c76bb3d53d3e86e7 (diff) | |
download | pkgsrc-e34afb8aeb66c76654a1cbceb6ddeb8363ff7f79.tar.gz |
Update textproc/php4-wddx 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 'textproc')
-rw-r--r-- | textproc/php4-wddx/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/php4-wddx/Makefile b/textproc/php4-wddx/Makefile index 83134592e39..bd350c3958d 100644 --- a/textproc/php4-wddx/Makefile +++ b/textproc/php4-wddx/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/12/03 08:31:04 jlam Exp $ - -.include "../../www/php4/Makefile.module" +# $NetBSD: Makefile,v 1.5 2002/02/28 06:18:53 jlam Exp $ MODNAME= wddx CATEGORIES+= textproc @@ -11,6 +9,9 @@ DEPENDS+= php-session>=${PHP_BASE_VERS}:../../devel/php4-session DEPENDS+= php-xml>=${PHP_BASE_VERS}:../../textproc/php4-xml USE_BUILDLINK_ONLY= YES + +.include "../../www/php4/Makefile.module" + CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR} CONFIGURE_ARGS+= --with-expat-dir=shared,${BUILDLINK_DIR} |