diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/entangle/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/entangle/Makefile b/graphics/entangle/Makefile index ac69603940dd..7a4053437bbf 100644 --- a/graphics/entangle/Makefile +++ b/graphics/entangle/Makefile @@ -21,6 +21,8 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk30 +# XXX: it would be nice if one day this option would be passed automatically +# to configure scripts that support it :) .if defined(BATCH) || defined(PACKAGE_BUILDING) CONFIGURE_ARGS= --disable-silent-rules .endif @@ -33,14 +35,9 @@ MAN1= ${PORTNAME}.1 OPTIONS_DEFINE= NLS OPTIONS_SUB= yes +NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext # XXX: replace with NLS_USES once available -.endif - post-patch: @${REINPLACE_CMD} -e '/checking for GUDEV/,+93d' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's,_udev,,' \ |