summaryrefslogtreecommitdiff
path: root/lang/php4
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-04 18:30:50 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-04 18:30:50 +0000
commit7524984514d9912fcc2d995f43ccf22ad0ce3c5f (patch)
tree275aa83a667b4170d49c0053bee5ae2457c4c498 /lang/php4
parentChase the libxslt shared lib version. (diff)
Chase the libxslt shared lib version with a PORTREVISION bump.
Notes
Notes: svn path=/head/; revision=93101
Diffstat (limited to 'lang/php4')
-rw-r--r--lang/php4/Makefile2
1 files changed, 1 insertions, 1 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