diff options
author | markd <markd@pkgsrc.org> | 2004-02-19 21:22:02 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-02-19 21:22:02 +0000 |
commit | 695dc3274cf4b171f70c01d13bd5331a3ee9646c (patch) | |
tree | 36eadfc2472ac2a99e03de40d0ba1fd7c0e9750a /pkgtools | |
parent | 2a1114c9e650824acf511b005fe8009182344376 (diff) | |
download | pkgsrc-695dc3274cf4b171f70c01d13bd5331a3ee9646c.tar.gz |
USE_LANGUAGES= # empty
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 f1328118ca9..1abbc15bc29 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.177 2004/01/22 08:09:11 grant Exp $ +# $NetBSD: Makefile,v 1.178 2004/02/19 21:22:02 markd Exp $ # DISTNAME= pkglint-3.67 @@ -20,6 +20,7 @@ WRKSRC= ${WRKDIR} NO_BUILDLINK= yes NO_CHECKSUM= yes NO_CONFIGURE= yes +USE_LANGUAGES= # empty MAKE_ENV= PKGSRCDIR=${_PKGSRCDIR:Q} |