svn commit: r322363 - head/devel/libvirt-glib

Jason Helfman jgh at FreeBSD.org
Sat Jul 6 04:45:28 UTC 2013


Author: jgh
Date: Sat Jul  6 04:45:28 2013
New Revision: 322363
URL: http://svnweb.freebsd.org/changeset/ports/322363

Log:
  - fix leftovers by removing second declaration of USES

Modified:
  head/devel/libvirt-glib/Makefile

Modified: head/devel/libvirt-glib/Makefile
==============================================================================
--- head/devel/libvirt-glib/Makefile	Sat Jul  6 02:52:28 2013	(r322362)
+++ head/devel/libvirt-glib/Makefile	Sat Jul  6 04:45:28 2013	(r322363)
@@ -14,11 +14,10 @@ BUILD_DEPENDS=	gobject-introspection>=1.
 LIB_DEPENDS=	virt.1001:${PORTSDIR}/devel/libvirt
 
 GNU_CONFIGURE=	yes
-USES=	pathfix pkgconfig
+USES=	pathfix pkgconfig gmake
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool
 USE_GNOME=	glib20
-USES=		gmake
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -fstack-protector
 CONFIGURE_ARGS+=	--enable-introspection


More information about the svn-ports-all mailing list