diff options
Diffstat (limited to 'textproc/php5-xsl/Makefile')
-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 |