Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jul 2013 04:45:28 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322363 - head/devel/libvirt-glib
Message-ID:  <201307060445.r664jSFZ018468@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307060445.r664jSFZ018468>