diff options
author | grant <grant@pkgsrc.org> | 2004-02-25 11:48:15 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-25 11:48:15 +0000 |
commit | 239fb37f366659df1ff01cc7f889857db7bdd8d1 (patch) | |
tree | 32f2d95644341889b8096ce85457d43cad5a881e /textproc/docbook-xsl | |
parent | 11e406bf7db1258ad31b0c571fb5514ae606b390 (diff) | |
download | pkgsrc-239fb37f366659df1ff01cc7f889857db7bdd8d1.tar.gz |
these packages don't need a compiler.
Diffstat (limited to 'textproc/docbook-xsl')
-rw-r--r-- | textproc/docbook-xsl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/docbook-xsl/Makefile b/textproc/docbook-xsl/Makefile index 89965867896..61a98f13c6d 100644 --- a/textproc/docbook-xsl/Makefile +++ b/textproc/docbook-xsl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/02/19 21:55:06 minskim Exp $ +# $NetBSD: Makefile,v 1.17 2004/02/25 11:48:15 grant Exp $ # DISTNAME= docbook-xsl-1.64.1 @@ -12,9 +12,10 @@ COMMENT= Docbook XSL modular stylesheet DEPENDS= docbook-xml>=4.2:../../textproc/docbook-xml +USE_BUILDLINK3= YES +USE_LANGUAGES= # empty NO_BUILD= YES NO_CONFIGURE= YES -USE_BUILDLINK3= YES DOCDIR= ${PREFIX}/share/doc/docbook-xsl EGDIR= ${PREFIX}/share/examples/docbook-xsl |