diff options
author | jlam <jlam@pkgsrc.org> | 2002-02-28 06:18:53 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-02-28 06:18:53 +0000 |
commit | 080c29e8515aed84fd196ad24d5dc57fb5a18fa1 (patch) | |
tree | c0de792cbde3e5a84aa115e7bd96f3fdfa3abb2d /textproc | |
parent | 43a410d1bad40934242f9d477eefed0b8ab2a866 (diff) | |
download | pkgsrc-080c29e8515aed84fd196ad24d5dc57fb5a18fa1.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} |