pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/php5-xsl change DEPENDS so that it would matc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1c7c6fb44cd4
branches: trunk
changeset: 395698:1c7c6fb44cd4
user: jdolecek <jdolecek%pkgsrc.org@localhost>
date: Fri Jul 10 19:54:54 2009 +0000
description:
change DEPENDS so that it would match any php5* (i.e. also php53)
diffstat:
textproc/php5-xsl/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r eebd16c9edcd -r 1c7c6fb44cd4 textproc/php5-xsl/Makefile
--- a/textproc/php5-xsl/Makefile Fri Jul 10 19:53:03 2009 +0000
+++ b/textproc/php5-xsl/Makefile Fri Jul 10 19:54:54 2009 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index