aboutsummaryrefslogtreecommitdiff
path: root/graphics/ocrfeeder/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ocrfeeder/Makefile')
-rw-r--r--graphics/ocrfeeder/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ocrfeeder/Makefile b/graphics/ocrfeeder/Makefile
index f7c708e95a6d..ee0faac9437e 100644
--- a/graphics/ocrfeeder/Makefile
+++ b/graphics/ocrfeeder/Makefile
@@ -32,14 +32,14 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_PYTHON= yes
USE_GNOME= pygtk2 pygnomeextras
-USE_GETTEXT= yes
+USES= gettext
USE_GHOSTSCRIPT=yes
.if defined(WITHOUT_NLS)
PLIST_SUB+= NLS="@comment "
CONFIGURE_ARGS+= --disable-nls
.else
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
.endif