diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-04 18:30:50 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-04 18:30:50 +0000 |
commit | e279ada771effac2df65e774a9dfb6ebb2cebf7f (patch) | |
tree | a52486352b24ef41dde3f0cbb8075786832de3c2 /lang | |
parent | b0ab91bf08eee998a9918f949c6445db86d6e932 (diff) | |
download | FreeBSD-ports-e279ada771effac2df65e774a9dfb6ebb2cebf7f.zip FreeBSD-ports-e279ada771effac2df65e774a9dfb6ebb2cebf7f.tar.gz |
Chase the libxslt shared lib version with a PORTREVISION bump.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php4/Makefile | 2 | ||||
-rw-r--r-- | lang/php5/Makefile | 2 | ||||
-rw-r--r-- | lang/php53/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index c338a40..8ba3dbe 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -264,7 +264,7 @@ CONFIGURE_ARGS+=--with-dom=${LOCALBASE} .endif .if defined(WITH_DOMXSLT) -LIB_DEPENDS+= xslt.1:${PORTSDIR}/textproc/libxslt +LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt CONFIGURE_ARGS+=--with-dom-xslt=${LOCALBASE} --with-dom-exslt=${LOCALBASE} .endif diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 5b7c635..1372359 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -484,7 +484,7 @@ CONFIGURE_ARGS+=--with-xmlrpc --with-expat-dir=${LOCALBASE} .endif .if defined(WITH_XSL) -LIB_DEPENDS+= xslt.1:${PORTSDIR}/textproc/libxslt +LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt CONFIGURE_ARGS+=--with-xsl=${LOCALBASE} .endif diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 5b7c635..1372359 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -484,7 +484,7 @@ CONFIGURE_ARGS+=--with-xmlrpc --with-expat-dir=${LOCALBASE} .endif .if defined(WITH_XSL) -LIB_DEPENDS+= xslt.1:${PORTSDIR}/textproc/libxslt +LIB_DEPENDS+= xslt.2:${PORTSDIR}/textproc/libxslt CONFIGURE_ARGS+=--with-xsl=${LOCALBASE} .endif |