diff options
author | jlam <jlam@pkgsrc.org> | 2002-11-15 00:15:02 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-11-15 00:15:02 +0000 |
commit | 19b404bbc77a373261d8bb5d94c07e9e3dea441d (patch) | |
tree | 42970277362b22bc65fc9693bc877c4482c5170a /textproc/kdoc | |
parent | cecb2bc473dd5ff6ad349a436a439e973001c273 (diff) | |
download | pkgsrc-19b404bbc77a373261d8bb5d94c07e9e3dea441d.tar.gz |
buildlink1 -> buildlink2
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 0a9973a1efc..4c36bac9248 100644 --- a/textproc/kdoc/Makefile +++ b/textproc/kdoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/07/17 11:18:31 skrll Exp $ +# $NetBSD: Makefile,v 1.12 2002/11/15 00:16:41 jlam Exp $ DISTNAME= kdoc-2.0a54 PKGNAME= kdoc-3.0 @@ -14,7 +14,7 @@ COMMENT= C++ and IDL Class Documentation Tool .include "../../x11/kde3/Makefile.kde3" -USE_BUILDLINK_ONLY= YES -USE_PERL5= YES +USE_BUILDLINK2= # defined +.include "../../lang/perl5/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |