diff options
Diffstat (limited to 'devel/tortoisehg2/Makefile')
-rw-r--r-- | devel/tortoisehg2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/tortoisehg2/Makefile b/devel/tortoisehg2/Makefile index 4445eefbb3c9..c9095d414c4b 100644 --- a/devel/tortoisehg2/Makefile +++ b/devel/tortoisehg2/Makefile @@ -36,7 +36,7 @@ SUB_FILES= pkg-message .if ${PORT_OPTIONS:MNLS} PLIST_SUB+= NLS="" -USE_GETTEXT= yes +USES+= gettext .else PLIST_SUB+= NLS="@comment " .endif |