Add 'xslt' flavour using the sablotron backend after numerous requests.

Don't worry, this explosion of flavours will end very soon
This commit is contained in:
avsm 2002-06-17 07:55:29 +00:00
parent 060cf4f3f9
commit 76f3c41cae

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.68 2002/06/16 23:26:20 jcs Exp $
# $OpenBSD: Makefile,v 1.69 2002/06/17 07:55:29 avsm Exp $
MULTI_PACKAGES= -pear
SUBPACKAGE?=
@ -53,7 +53,7 @@ CONFIGURE_ARGS+= --with-apxs=/usr/sbin/apxs \
USE_LIBTOOL= Yes
FLAVORS+= gdbm gettext imap ldap mhash mm recode snmp
FLAVORS+= gd no_x11 pdflib mcrypt curl
FLAVORS+= gd no_x11 pdflib mcrypt curl xslt
FLAVORS+= dbase filepro mysql mysql_bundled postgresql iodbc freetds
FLAVOR?=
@ -65,6 +65,13 @@ LIB_DEPENDS+= curl.2::net/curl
CONFIGURE_ARGS+= --without-curl
.endif
.if ${FLAVOR:L:Mxslt}
CONFIGURE_ARGS+= --enable-xslt --with-xslt-sablot=${LOCALBASE}
LIB_DEPENDS+= sablot.90::textproc/sablotron
.else
CONFIGURE_ARGS+= --disable-xslt
.endif
.if ${FLAVOR:L:Mgdbm}
CONFIGURE_ARGS+= --with-gdbm=${LOCALBASE}
LIB_DEPENDS+= gdbm.2::databases/gdbm