diff options
author | minskim <minskim> | 2004-02-20 16:25:57 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-02-20 16:25:57 +0000 |
commit | 02e0bbf579ced8dc16e378704ef375ded55b2fec (patch) | |
tree | 47c79c377ce2a6c92251126839c602e2ddc21582 | |
parent | f2868f9250b322988d86060939b7f74257e4d6d5 (diff) | |
download | pkgsrc-02e0bbf579ced8dc16e378704ef375ded55b2fec.tar.gz |
Set USE_BUILDLINK3 to "yes". Just defining it is not enough. This
fixes PR pkg/24500.
-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 |