Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2014 05:32:55 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363442 - head/devel/gconf2
Message-ID:  <201407300532.s6U5WukU007233@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Jul 30 05:32:55 2014
New Revision: 363442
URL: http://svnweb.freebsd.org/changeset/ports/363442
QAT: https://qat.redports.org/buildarchive/r363442/

Log:
  Unbreak reference port

Modified:
  head/devel/gconf2/Makefile

Modified: head/devel/gconf2/Makefile
==============================================================================
--- head/devel/gconf2/Makefile	Wed Jul 30 05:29:32 2014	(r363441)
+++ head/devel/gconf2/Makefile	Wed Jul 30 05:32:55 2014	(r363442)
@@ -14,16 +14,17 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Configuration database system for GNOME
 
-
 LICENSE=	LGPL20
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		tar:bzip2
+
 .if !defined(REFERENCE_PORT)
 
 LIB_DEPENDS=	libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
 		libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit
 
-USES=		pathfix gettext gmake pkgconfig tar:bzip2
+USES+=		pathfix gettext gmake pkgconfig
 USE_GNOME=	gnomehier orbit2 gtk20 libxml2 ltverhack \
 		referencehack intlhack dconf introspection:build
 USE_LDCONFIG=	yes



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