svn commit: r355820 - head/accessibility/atk

John Marino marino at FreeBSD.org
Fri May 30 11:15:36 UTC 2014


Author: marino
Date: Fri May 30 11:15:36 2014
New Revision: 355820
URL: http://svnweb.freebsd.org/changeset/ports/355820
QAT: https://qat.redports.org/buildarchive/r355820/

Log:
  accessibility/atk: now unbreak atk-reference

Modified:
  head/accessibility/atk/Makefile

Modified: head/accessibility/atk/Makefile
==============================================================================
--- head/accessibility/atk/Makefile	Fri May 30 11:09:35 2014	(r355819)
+++ head/accessibility/atk/Makefile	Fri May 30 11:15:36 2014	(r355820)
@@ -12,11 +12,13 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	GNOME accessibility toolkit (ATK)
 
+USES=		tar:xz
+
 .if !defined(REFERENCE_PORT)
 
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool
-USES=		gettext gmake pathfix pkgconfig tar:xz
+USES+=		gettext gmake pathfix pkgconfig
 USE_GNOME=	gnomehier glib20 ltverhack referencehack introspection:build
 CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc
 CPPFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-head mailing list