svn commit: r355813 - head/accessibility/atk

John Marino marino at FreeBSD.org
Fri May 30 10:01:57 UTC 2014


Author: marino
Date: Fri May 30 10:01:56 2014
New Revision: 355813
URL: http://svnweb.freebsd.org/changeset/ports/355813
QAT: https://qat.redports.org/buildarchive/r355813/

Log:
  accessibility/atk: Unbreak

Modified:
  head/accessibility/atk/Makefile

Modified: head/accessibility/atk/Makefile
==============================================================================
--- head/accessibility/atk/Makefile	Fri May 30 09:58:02 2014	(r355812)
+++ head/accessibility/atk/Makefile	Fri May 30 10:01:56 2014	(r355813)
@@ -12,13 +12,11 @@ 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
+USES=		gettext gmake pathfix pkgconfig tar:xz
 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-all mailing list