diff --git a/x11/xfce4-screenshooter-plugin/Makefile b/x11/xfce4-screenshooter-plugin/Makefile index 21d0e6bce65a..a5cdc3b55014 100644 --- a/x11/xfce4-screenshooter-plugin/Makefile +++ b/x11/xfce4-screenshooter-plugin/Makefile @@ -18,8 +18,6 @@ COMMENT= Desktop Screenshot plugin for Xfce LIB_DEPENDS= soup-2:${PORTSDIR}/devel/libsoup -OPTIONS= NLS "Enable Native Language Support" on - USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes @@ -28,9 +26,9 @@ USE_GNOME= glib20 gtk20 intltool intlhack pkgconfig USE_XFCE= configenv panel libutil libgui MAN1= xfce4-screenshooter.1 -.include +.include -.if !defined(WITHOUT_NLS) +.if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes PLIST_SUB+= NLS="" .else @@ -41,4 +39,4 @@ PLIST_SUB+= NLS="@comment " post-patch: @${REINPLACE_CMD} -e 's|%%PORTNAME%%|${PORTNAME}|g' ${WRKSRC}/Makefile.in -.include +.include