svn commit: r348339 - head/x11/libgnomekbd

Martin Wilke miwi at FreeBSD.org
Sat Mar 15 16:17:55 UTC 2014


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'


More information about the svn-ports-head mailing list