diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /textproc/kdoc | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'textproc/kdoc')
-rw-r--r-- | textproc/kdoc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/kdoc/Makefile b/textproc/kdoc/Makefile index 96b9ecf5ea5..bbb506e7a57 100644 --- a/textproc/kdoc/Makefile +++ b/textproc/kdoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/11/13 21:28:28 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2005/04/11 21:47:36 tv Exp $ DISTNAME= kdoc-2.0a54 PKGNAME= kdoc-3.0 @@ -14,7 +14,6 @@ COMMENT= C++ and IDL Class Documentation Tool .include "../../meta-pkgs/kde3/Makefile.kde3" -USE_BUILDLINK3= yes .include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |