diff options
author | grant <grant@pkgsrc.org> | 2004-04-24 23:43:27 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-04-24 23:43:27 +0000 |
commit | d3ee527449036bd8773971d7a69130cf644091c1 (patch) | |
tree | 52e76157e46897f81148daa669c81e3945774267 /graphics/cdlabelgen | |
parent | cf653a12710719e034299601bff3328d9e0018a1 (diff) | |
download | pkgsrc-d3ee527449036bd8773971d7a69130cf644091c1.tar.gz |
does not compile anything, define USE_LANGUAGES to an empty value (hi
wiz!)
Diffstat (limited to 'graphics/cdlabelgen')
-rw-r--r-- | graphics/cdlabelgen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cdlabelgen/Makefile b/graphics/cdlabelgen/Makefile index 57cd14674f1..9597d603b11 100644 --- a/graphics/cdlabelgen/Makefile +++ b/graphics/cdlabelgen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/04/23 23:47:12 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2004/04/24 23:43:27 grant Exp $ DISTNAME= cdlabelgen-2.7.0 CATEGORIES= graphics @@ -11,6 +11,7 @@ COMMENT= Generate frontcards and traycards for CDs USE_PERL5= run NO_BUILDLINK= yes +USE_LANGUAGES= # empty MAKE_ENV+= SED="${SED}" MAKE_ENV+= MV="${MV}" |