summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2012-01-23 20:20:51 +0000
committerPawel Pekala <pawel@FreeBSD.org>2012-01-23 20:20:51 +0000
commit748a352021bfe76f7921b1ba874c2f812f73ed1a (patch)
tree331389dc01f273742e6e0ed36740da4b9c7b0b52
parent- Update to version 1.4.1 (diff)
USE_GETTEXT only when NLS is enabled
Notes
Notes: svn path=/head/; revision=289685
-rw-r--r--multimedia/lives/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile
index f07162177f32..d40a039b0553 100644
--- a/multimedia/lives/Makefile
+++ b/multimedia/lives/Makefile
@@ -47,7 +47,6 @@ USE_SDL= sdl
USE_PYTHON= yes
USE_PERL5= yes
USE_CDRTOOLS= yes
-USE_GETTEXT= yes
USE_GHOSTSCRIPT_RUN= yes
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
@@ -81,6 +80,7 @@ PLIST_SUB+= FREI0R="@comment "
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.else
+USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.endif