Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2014 12:36:30 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357470 - head/graphics/libart_lgpl
Message-ID:  <201406111236.s5BCaUmA051877@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jun 11 12:36:30 2014
New Revision: 357470
URL: http://svnweb.freebsd.org/changeset/ports/357470
QAT: https://qat.redports.org/buildarchive/r357470/

Log:
  - Switch to USES=libtool,tar
  
  Approved by:	kwm

Modified:
  head/graphics/libart_lgpl/Makefile

Modified: head/graphics/libart_lgpl/Makefile
==============================================================================
--- head/graphics/libart_lgpl/Makefile	Wed Jun 11 12:34:12 2014	(r357469)
+++ head/graphics/libart_lgpl/Makefile	Wed Jun 11 12:36:30 2014	(r357470)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libart_lgpl
 PORTVERSION=	2.3.21
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	GNOME
@@ -12,10 +13,8 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Library for high-performance 2D graphics
 
-USE_AUTOTOOLS=	libtool
-USE_BZIP2=	yes
 USE_LDCONFIG=	yes
-USES=	pathfix
+USES=		libtool:oldver pathfix tar:bzip2
 GNU_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=	yes
 



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