diff options
author | snj <snj@pkgsrc.org> | 2004-05-05 00:28:50 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-05-05 00:28:50 +0000 |
commit | afdc99eb025a202c02307e8060da2641a101d74a (patch) | |
tree | 5461b893bcaf741d0073017cd5827f83ed99c89b /textproc/kdoc | |
parent | 3ad83bff3921bbf0f11d6d1538e68a73a608acdf (diff) | |
download | pkgsrc-afdc99eb025a202c02307e8060da2641a101d74a.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'textproc/kdoc')
-rw-r--r-- | textproc/kdoc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/kdoc/Makefile b/textproc/kdoc/Makefile index 4a93b70c03c..1a885dfbe52 100644 --- a/textproc/kdoc/Makefile +++ b/textproc/kdoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/07/30 15:45:39 markd Exp $ +# $NetBSD: Makefile,v 1.16 2004/05/05 00:28:50 snj Exp $ DISTNAME= kdoc-2.0a54 PKGNAME= kdoc-3.0 @@ -14,7 +14,7 @@ COMMENT= C++ and IDL Class Documentation Tool .include "../../meta-pkgs/kde3/Makefile.kde3" -USE_BUILDLINK2= # defined +USE_BUILDLINK3= # defined -.include "../../lang/perl5/buildlink2.mk" +.include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |