svn commit: r363469 - head/graphics/proj

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 30 12:20:32 UTC 2014


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:


More information about the svn-ports-head mailing list