aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php5
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-11-05 02:30:50 +0800
committermarcus <marcus@FreeBSD.org>2003-11-05 02:30:50 +0800
commite279ada771effac2df65e774a9dfb6ebb2cebf7f (patch)
treea52486352b24ef41dde3f0cbb8075786832de3c2 /lang/php5
parentb0ab91bf08eee998a9918f949c6445db86d6e932 (diff)
downloadfreebsd-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/Makefile2
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