Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2014 12:20:31 +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: r363469 - head/graphics/proj
Message-ID:  <201407301220.s6UCKV4u092557@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jul 30 12:20:31 2014
New Revision: 363469
URL: http://svnweb.freebsd.org/changeset/ports/363469
QAT: https://qat.redports.org/buildarchive/r363469/

Log:
  - Switch to USES=libtool
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/proj/Makefile

Modified: head/graphics/proj/Makefile
==============================================================================
--- head/graphics/proj/Makefile	Wed Jul 30 12:14:58 2014	(r363468)
+++ head/graphics/proj/Makefile	Wed Jul 30 12:20:31 2014	(r363469)
@@ -3,7 +3,7 @@
 
 PORTNAME=	proj
 PORTVERSION=	4.8.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics geography
 MASTER_SITES=	ftp://ftp.remotesensing.org/proj/ \
 		http://download.osgeo.org/proj/
@@ -18,7 +18,7 @@ CONFLICTS=	proj4-[0-9]*
 DATUM_GRID_FILES=	proj-datumgrid-1.5.zip
 
 GNU_CONFIGURE=	yes
-USES=		gmake zip:infozip
+USES=		gmake libtool:oldver zip:infozip
 USE_LDCONFIG=	yes
 
 post-extract:



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