aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php4/Makefile
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/php4/Makefile
parentb0ab91bf08eee998a9918f949c6445db86d6e932 (diff)
downloadfreebsd-ports-graphics-e279ada771effac2df65e774a9dfb6ebb2cebf7f.tar.gz
freebsd-ports-graphics-e279ada771effac2df65e774a9dfb6ebb2cebf7f.tar.zst
freebsd-ports-graphics-e279ada771effac2df65e774a9dfb6ebb2cebf7f.zip
Chase the libxslt shared lib version with a PORTREVISION bump.
Diffstat (limited to 'lang/php4/Makefile')
-rw-r--r--lang/php4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile
index c338a40600b..8ba3dbe30cf 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