Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Apr 2014 20:01:13 +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: r352058 - head/x11-toolkits/gtk30
Message-ID:  <201404242001.s3OK1Dlh011861@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Apr 24 20:01:12 2014
New Revision: 352058
URL: http://svnweb.freebsd.org/changeset/ports/352058
QAT: https://qat.redports.org/buildarchive/r352058/

Log:
  Unbreak gtk30-reference

Modified:
  head/x11-toolkits/gtk30/Makefile

Modified: head/x11-toolkits/gtk30/Makefile
==============================================================================
--- head/x11-toolkits/gtk30/Makefile	Thu Apr 24 19:48:33 2014	(r352057)
+++ head/x11-toolkits/gtk30/Makefile	Thu Apr 24 20:01:12 2014	(r352058)
@@ -17,6 +17,8 @@ COMMENT=	Gimp Toolkit for X11 GUI (curre
 
 LICENSE=	LGPL20
 
+USES=		tar:xz
+
 .if defined(REFERENCE_PORT)
 PORTSCOUT=	ignore:1
 .else
@@ -31,7 +33,7 @@ USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 USE_GNOME=	atk pango gdkpixbuf2 ltverhack gtk-update-icon-cache \
 		introspection:build
-USES=		gettext gmake pathfix perl5 pkgconfig tar:xz
+USES+=		gettext gmake pathfix perl5 pkgconfig
 USE_XORG=	xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \
 		xcomposite
 CONFIGURE_ARGS=	--enable-gtk2-dependency --disable-packagekit



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