diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-05 02:30:50 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-05 02:30:50 +0800 |
commit | e279ada771effac2df65e774a9dfb6ebb2cebf7f (patch) | |
tree | a52486352b24ef41dde3f0cbb8075786832de3c2 /lang | |
parent | b0ab91bf08eee998a9918f949c6445db86d6e932 (diff) | |
download | freebsd-ports-gnome-e279ada771effac2df65e774a9dfb6ebb2cebf7f.tar.gz freebsd-ports-gnome-e279ada771effac2df65e774a9dfb6ebb2cebf7f.tar.zst freebsd-ports-gnome-e279ada771effac2df65e774a9dfb6ebb2cebf7f.zip |
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 c338a40600b6..8ba3dbe30cf9 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 5b7c6359d7eb..13723599a536 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 5b7c6359d7eb..13723599a536 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 |