diff options
Diffstat (limited to 'emulators/hercules/Makefile')
-rw-r--r-- | emulators/hercules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile index a328a019bfbb..2d93f66c9237 100644 --- a/emulators/hercules/Makefile +++ b/emulators/hercules/Makefile @@ -54,7 +54,7 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= GETTEXT="@comment " .else CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= GETTEXT="" .endif |