summaryrefslogtreecommitdiff
path: root/textproc/php5-xsl
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2009-07-10 19:54:54 +0000
committerjdolecek <jdolecek>2009-07-10 19:54:54 +0000
commitcd741574c9b70ea77ad58915607ecdcd58a9bcbc (patch)
treed548a0041485d7c1ca74a10f6ea981e2e795915c /textproc/php5-xsl
parentdf544bee1155214abbefa4abdf91e96f54ad66ae (diff)
downloadpkgsrc-cd741574c9b70ea77ad58915607ecdcd58a9bcbc.tar.gz
change DEPENDS so that it would match any php5* (i.e. also php53)
Diffstat (limited to 'textproc/php5-xsl')
-rw-r--r--textproc/php5-xsl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/php5-xsl/Makefile b/textproc/php5-xsl/Makefile
index e5e89050b5d..8f94f24f2a2 100644
--- a/textproc/php5-xsl/Makefile
+++ b/textproc/php5-xsl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:51 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2009/07/10 19:54:54 jdolecek Exp $
MODNAME= xsl
PKGREVISION= 1
@@ -12,7 +12,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/php5-dom
+DEPENDS+= php5*-dom-*:../../textproc/php5-dom
# build uses includes of the DOM extension, so need to extract that too
EXTRACT_ELEMENTS= ${DISTNAME}/ext/${MODNAME} ${DISTNAME}/ext/dom