Update textproc/php4-xslt to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
This commit is contained in:
parent
5fc61c12b3
commit
08fc0c1e7f
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.2 2002/01/01 06:46:39 jlam Exp $
|
# $NetBSD: Makefile,v 1.3 2002/02/28 06:19:03 jlam Exp $
|
||||||
|
|
||||||
.include "../../www/php4/Makefile.module"
|
|
||||||
|
|
||||||
MODNAME= xslt
|
MODNAME= xslt
|
||||||
CATEGORIES+= textproc
|
CATEGORIES+= textproc
|
||||||
|
@ -8,6 +6,9 @@ PKGREVISION= # empty
|
||||||
COMMENT= PHP4 extension for XSLT functions (Sablotron backend)
|
COMMENT= PHP4 extension for XSLT functions (Sablotron backend)
|
||||||
|
|
||||||
USE_BUILDLINK_ONLY= YES
|
USE_BUILDLINK_ONLY= YES
|
||||||
|
|
||||||
|
.include "../../www/php4/Makefile.module"
|
||||||
|
|
||||||
CONFIGURE_ARGS+= --enable-${MODNAME}
|
CONFIGURE_ARGS+= --enable-${MODNAME}
|
||||||
CONFIGURE_ARGS+= --with-${MODNAME}-sablot=shared,${BUILDLINK_DIR}
|
CONFIGURE_ARGS+= --with-${MODNAME}-sablot=shared,${BUILDLINK_DIR}
|
||||||
CONFIGURE_ARGS+= --with-expat-dir=shared,${BUILDLINK_DIR}
|
CONFIGURE_ARGS+= --with-expat-dir=shared,${BUILDLINK_DIR}
|
||||||
|
|
Loading…
Reference in a new issue