diff options
Diffstat (limited to 'deskutils/gxneur/Makefile')
-rw-r--r-- | deskutils/gxneur/Makefile | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/deskutils/gxneur/Makefile b/deskutils/gxneur/Makefile index 1be29e76875a..d73080f6c760 100644 --- a/deskutils/gxneur/Makefile +++ b/deskutils/gxneur/Makefile @@ -15,22 +15,15 @@ RUN_DEPENDS= xneur:${PORTSDIR}/deskutils/xneur USE_BZIP2= yes GNU_CONFIGURE= yes -USES= desktop-file-utils pkgconfig +USES= pkgconfig USE_GNOME= gconf2 gtk20 libglade2 INSTALLS_ICONS= yes -MAN1= ${PORTNAME}.1 +OPTIONS_DEFINE= NLS -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif +OPTIONS_SUB= yes +NLS_USES= gettext +NLS_CONFIGURE_OFF= --without-nls post-patch: @${REINPLACE_CMD} -e '/all_modifiers/d' ${WRKSRC}/src/misc.c |