diff options
Diffstat (limited to 'archivers/xarchiver/Makefile')
-rw-r--r-- | archivers/xarchiver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/xarchiver/Makefile b/archivers/xarchiver/Makefile index 3310cc87aea5..09ed5fbc8b63 100644 --- a/archivers/xarchiver/Makefile +++ b/archivers/xarchiver/Makefile @@ -25,7 +25,7 @@ INSTALLS_ICONS= yes .include <bsd.port.options.mk> .if !empty(PORT_OPTIONS:MNLS) -USE_GETTEXT= yes +USES+= gettext CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB+= NLS="" |