diff options
Diffstat (limited to 'archivers/gcpio/Makefile')
-rw-r--r-- | archivers/gcpio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/gcpio/Makefile b/archivers/gcpio/Makefile index b624f80be354..c6a3d9cddf1e 100644 --- a/archivers/gcpio/Makefile +++ b/archivers/gcpio/Makefile @@ -24,7 +24,7 @@ MAN1= gcpio.1 .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" CONFIGURE_ARGS+=--with-libintl-prefix="${LOCALBASE}" .else |