Date: Thu, 4 Jul 2013 14:32:59 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322278 - head/graphics/entangle Message-ID: <201307041432.r64EWxKV028908@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Thu Jul 4 14:32:59 2013 New Revision: 322278 URL: http://svnweb.freebsd.org/changeset/ports/322278 Log: - Pass me that pointy hat: ${OPT}_USES is actually supported, among others - While here, add a comment about --disable-silent-rules ./configure option Modified: head/graphics/entangle/Makefile Modified: head/graphics/entangle/Makefile ============================================================================== --- head/graphics/entangle/Makefile Thu Jul 4 14:30:28 2013 (r322277) +++ head/graphics/entangle/Makefile Thu Jul 4 14:32:59 2013 (r322278) @@ -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,,' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307041432.r64EWxKV028908>