summaryrefslogtreecommitdiff
path: root/textproc/php-xsl
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-06-25 09:54:41 +0000
committerobache <obache@pkgsrc.org>2010-06-25 09:54:41 +0000
commit18f1b9753e7b303bbbce728b9bf35987f54c1d29 (patch)
tree5e14565bd2709c1d8b16f5f62430f6b26cda7fc3 /textproc/php-xsl
parent2db16364663a6a8d5c9f3100c095a5e59a35756a (diff)
downloadpkgsrc-18f1b9753e7b303bbbce728b9bf35987f54c1d29.tar.gz
Fixes dependency pattern for php-dom.
Diffstat (limited to 'textproc/php-xsl')
-rw-r--r--textproc/php-xsl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/php-xsl/Makefile b/textproc/php-xsl/Makefile
index bef89f56aaf..f8b861c7181 100644
--- a/textproc/php-xsl/Makefile
+++ b/textproc/php-xsl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/03/16 15:11:58 taca Exp $
+# $NetBSD: Makefile,v 1.2 2010/06/25 09:54:41 obache Exp $
MODNAME= xsl
CATEGORIES+= textproc
@@ -11,7 +11,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.libxslt}
# uses symbols from DOM extension, so add explicit depends
-DEPENDS+= php5*-dom-*:../../textproc/php-dom
+DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php-dom
# build uses includes of the DOM extension, so need to extract that too
EXTRACT_ELEMENTS= ${DISTNAME}/ext/${MODNAME} ${DISTNAME}/ext/dom