diff options
Diffstat (limited to 'textproc/meld/Makefile')
-rw-r--r-- | textproc/meld/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/meld/Makefile b/textproc/meld/Makefile index 750685f292b3..80e2ac2d1f96 100644 --- a/textproc/meld/Makefile +++ b/textproc/meld/Makefile @@ -25,7 +25,7 @@ PYGNOMEDESKTOP_DESC= Code syntax highlighting (many dependencies) .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " |