svn commit: r363441 - head/devel/glibmm

Antoine Brodin antoine at FreeBSD.org
Wed Jul 30 05:29:33 UTC 2014


Author: antoine
Date: Wed Jul 30 05:29:32 2014
New Revision: 363441
URL: http://svnweb.freebsd.org/changeset/ports/363441
QAT: https://qat.redports.org/buildarchive/r363441/

Log:
  Unbreak reference port

Modified:
  head/devel/glibmm/Makefile

Modified: head/devel/glibmm/Makefile
==============================================================================
--- head/devel/glibmm/Makefile	Wed Jul 30 04:46:37 2014	(r363440)
+++ head/devel/glibmm/Makefile	Wed Jul 30 05:29:32 2014	(r363441)
@@ -13,6 +13,7 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	C++ interfaces for glib2
 
+USES+=		tar:xz
 
 PLIST_SUB=	VERSION="2.4" API_VERSION="2.4"
 
@@ -20,7 +21,7 @@ PLIST_SUB=	VERSION="2.4" API_VERSION="2.
 
 BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
 
-USES=		gettext gmake libtool:keepla pathfix perl5 pkgconfig tar:xz
+USES+=		gettext gmake libtool:keepla pathfix perl5 pkgconfig
 USE_GNOME=	glib20 libsigc++20
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list