diff options
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 2ecce4fb17a..41de0ff0053 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.233 2005/05/07 22:24:04 wiz Exp $ +# $NetBSD: Makefile,v 1.234 2005/05/10 00:07:53 rillig Exp $ # DISTNAME= pkglint-4.13 @@ -19,6 +19,7 @@ USE_PERL5= yes WRKSRC= ${WRKDIR} NO_CHECKSUM= yes NO_CONFIGURE= yes +NO_TOOLS= yes USE_LANGUAGES= # empty DISTVER= ${DISTNAME:S/pkglint-//} |