From f04789f63248e5101be16dc02f63e5926713b653 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Fri, 10 Jul 2009 19:54:54 +0000 Subject: change DEPENDS so that it would match any php5* (i.e. also php53) --- textproc/php5-xsl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc') 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 -- cgit v1.2.3