Date: Sat, 15 Mar 2014 16:17:55 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348339 - head/x11/libgnomekbd Message-ID: <201403151617.s2FGHtXC061614@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat Mar 15 16:17:55 2014 New Revision: 348339 URL: http://svnweb.freebsd.org/changeset/ports/348339 QAT: https://qat.redports.org/buildarchive/r348339/ Log: - Convert USE_BZIP/GMAKE to USES - While here add stage support Modified: head/x11/libgnomekbd/Makefile Modified: head/x11/libgnomekbd/Makefile ============================================================================== --- head/x11/libgnomekbd/Makefile Sat Mar 15 16:17:42 2014 (r348338) +++ head/x11/libgnomekbd/Makefile Sat Mar 15 16:17:55 2014 (r348339) @@ -14,19 +14,17 @@ COMMENT= GNOME keyboard shared library LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier -USE_BZIP2= yes USE_GNOME= gnomeprefix gnomehack ltverhack gconf2 USE_AUTOTOOLS= libtool INSTALLS_ICONS= yes -USES= gettext pkgconfig +USES= gettext pkgconfig gmake tar:bzip2 USE_LDCONFIG= yes -USE_GMAKE= yes + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= desktop_gnome_peripherals_keyboard_xkb.schemas -NO_STAGE= yes #post-patch: # @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ # 's|-Werror||g'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403151617.s2FGHtXC061614>