diff options
author | reed <reed> | 2006-05-06 03:37:10 +0000 |
---|---|---|
committer | reed <reed> | 2006-05-06 03:37:10 +0000 |
commit | 84c0d80bdfe34c0d6f342f661462848656461ae2 (patch) | |
tree | 892ab8433799fa8a3258d221ce9bb1a4ceccbfad /pkgtools/pkg_tarup | |
parent | 42728b9623c9ed360c5b00cb1005b4e9b721416a (diff) | |
download | pkgsrc-84c0d80bdfe34c0d6f342f661462848656461ae2.tar.gz |
This doesn't use c, c++, fortran, java, or objc.
Diffstat (limited to 'pkgtools/pkg_tarup')
-rw-r--r-- | pkgtools/pkg_tarup/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkg_tarup/Makefile b/pkgtools/pkg_tarup/Makefile index c43a9fc3cd9..1e122d0d32b 100644 --- a/pkgtools/pkg_tarup/Makefile +++ b/pkgtools/pkg_tarup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2006/02/24 21:21:02 reed Exp $ +# $NetBSD: Makefile,v 1.28 2006/05/06 03:37:10 reed Exp $ DISTNAME= pkg_tarup-1.6.5 CATEGORIES= pkgtools @@ -13,6 +13,7 @@ EXTRACT_ONLY= # empty NO_CHECKSUM= yes NO_BUILD= yes NO_MTREE= yes +USE_LANGUAGES= # none # Set SCRIPT_SUBST to substitute "@VARIABLE@" with "value" SCRIPT_SUBST+= \ |