diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2009-07-10 19:54:54 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2009-07-10 19:54:54 +0000 |
commit | f04789f63248e5101be16dc02f63e5926713b653 (patch) | |
tree | d548a0041485d7c1ca74a10f6ea981e2e795915c /textproc | |
parent | e33531b8cf60a79419b6c59011eb49b22cd8c12e (diff) | |
download | pkgsrc-f04789f63248e5101be16dc02f63e5926713b653.tar.gz |
change DEPENDS so that it would match any php5* (i.e. also php53)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/php5-xsl/Makefile | 4 |
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 |