diff options
author | jlam <jlam> | 2002-02-28 06:18:48 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-02-28 06:18:48 +0000 |
commit | 4c263d7c0c5a52f33f728691c76bb3d53d3e86e7 (patch) | |
tree | 3403a86a3ae1470c99d28e1970b7ed7adb972d62 /textproc/php4-domxml | |
parent | cd10d3b9b94428738e2bc97502d40dd70bec0181 (diff) | |
download | pkgsrc-4c263d7c0c5a52f33f728691c76bb3d53d3e86e7.tar.gz |
Update textproc/php4-domxml 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/php4-domxml')
-rw-r--r-- | textproc/php4-domxml/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/textproc/php4-domxml/Makefile b/textproc/php4-domxml/Makefile index 71db2fb352e..89b54b849b8 100644 --- a/textproc/php4-domxml/Makefile +++ b/textproc/php4-domxml/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/02/11 09:33:42 manu Exp $ - -.include "../../www/php4/Makefile.module" +# $NetBSD: Makefile,v 1.2 2002/02/28 06:18:48 jlam Exp $ MODNAME= domxml CATEGORIES+= textproc PHP_PKG_VERS= # empty COMMENT= PHP4 extension for DOM support -USE_BUILDLINK_ONLY= YES +BUILDLINK_DEPENDS.libxml2= libxml2>=2.2.7 +USE_BUILDLINK_ONLY= YES + +.include "../../www/php4/Makefile.module" + CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR} CONFIGURE_ARGS+= --with-dom=shared,${BUILDLINK_DIR} -DEPENDS+= libxml2>=2.2.7:../../textproc/libxml2 - .include "../../textproc/libxml2/buildlink.mk" .include "../../mk/bsd.pkg.mk" |