diff options
author | obache <obache@pkgsrc.org> | 2010-06-25 09:54:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-06-25 09:54:41 +0000 |
commit | 18f1b9753e7b303bbbce728b9bf35987f54c1d29 (patch) | |
tree | 5e14565bd2709c1d8b16f5f62430f6b26cda7fc3 /textproc | |
parent | 2db16364663a6a8d5c9f3100c095a5e59a35756a (diff) | |
download | pkgsrc-18f1b9753e7b303bbbce728b9bf35987f54c1d29.tar.gz |
Fixes dependency pattern for php-dom.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/php-xsl/Makefile | 4 |
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 |