svn commit: r357470 - head/graphics/libart_lgpl

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 11 12:36:30 UTC 2014


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 at 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
 


More information about the svn-ports-head mailing list