diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-02 13:10:39 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-02 13:10:39 +0000 |
commit | 1dc51300591d71fe13ac5aa3274542ec820682e0 (patch) | |
tree | a4cc064601c508948b19708fa88ee9e7e62428b0 /deskutils/gxneur/Makefile | |
parent | bc49c9b50a4e26904790b4152f99689278d59429 (diff) | |
download | ports-1dc51300591d71fe13ac5aa3274542ec820682e0.tar.gz ports-1dc51300591d71fe13ac5aa3274542ec820682e0.zip |
Notes
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 |