aboutsummaryrefslogtreecommitdiff
path: root/graphics/tgif/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tgif/Makefile')
-rw-r--r--graphics/tgif/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile
index c5964ed64e33..0b61351b6b08 100644
--- a/graphics/tgif/Makefile
+++ b/graphics/tgif/Makefile
@@ -30,7 +30,7 @@ MAN1= tgif.1
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT= yes
+USES+= gettext
IMAKEDEFINES+= WITH_NLS
PLIST_SUB= NLS=""
.else