summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorgrant <grant>2004-04-24 23:43:27 +0000
committergrant <grant>2004-04-24 23:43:27 +0000
commit68c2d79241e7df6f7017e8355a962a41fbdea8bd (patch)
tree52e76157e46897f81148daa669c81e3945774267 /graphics
parent0d4ae1c13269931e99a966ef746c8dd2c1d95fc4 (diff)
downloadpkgsrc-68c2d79241e7df6f7017e8355a962a41fbdea8bd.tar.gz
does not compile anything, define USE_LANGUAGES to an empty value (hi
wiz!)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/cdlabelgen/Makefile3
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}"