diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-20 16:25:57 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-20 16:25:57 +0000 |
commit | 7a14ececee83880c6b59639d255eecdd8eb767a7 (patch) | |
tree | 47c79c377ce2a6c92251126839c602e2ddc21582 /textproc/docbook-website | |
parent | 1203a10c9e35fc59f3d226a784273df114d94509 (diff) | |
download | pkgsrc-7a14ececee83880c6b59639d255eecdd8eb767a7.tar.gz |
Set USE_BUILDLINK3 to "yes". Just defining it is not enough. This
fixes PR pkg/24500.
Diffstat (limited to 'textproc/docbook-website')
-rw-r--r-- | textproc/docbook-website/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/docbook-website/Makefile b/textproc/docbook-website/Makefile index d3469e8f435..d894ec0f1d1 100644 --- a/textproc/docbook-website/Makefile +++ b/textproc/docbook-website/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/02/19 21:55:06 minskim Exp $ +# $NetBSD: Makefile,v 1.11 2004/02/20 16:25:57 minskim Exp $ # DISTNAME= website-2.3 @@ -13,7 +13,7 @@ COMMENT= DocBook XML DTD for building websites DEPENDS= docbook-xsl>=1.58:../../textproc/docbook-xsl -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes NO_BUILD= # defined NO_CONFIGURE= # defined |