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/php5 | |
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/php5')
-rw-r--r-- | lang/php5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |