diff options
Diffstat (limited to 'archivers/rpm/Makefile')
-rw-r--r-- | archivers/rpm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/rpm/Makefile b/archivers/rpm/Makefile index ebab38035cdd..9171838cf1ba 100644 --- a/archivers/rpm/Makefile +++ b/archivers/rpm/Makefile @@ -26,7 +26,7 @@ MAKE_ENV= OLD_PO_FILE_INPUT=1 .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl -liconv" |