Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Aug 2013 22:11:56 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324871 - head/graphics/gmt
Message-ID:  <201308172211.r7HMBubV046732@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Aug 17 22:11:56 2013
New Revision: 324871
URL: http://svnweb.freebsd.org/changeset/ports/324871

Log:
  graphics/gmt: Restore accidently removed USE_BZIP2
  
  USE_BZIP2 should not have been removed.  The port was unable to get past
  the fetch stage due to a distinfo mismatch.
  
  Approved by:	bapt/culot (mentors, implicit)

Modified:
  head/graphics/gmt/Makefile

Modified: head/graphics/gmt/Makefile
==============================================================================
--- head/graphics/gmt/Makefile	Sat Aug 17 21:32:15 2013	(r324870)
+++ head/graphics/gmt/Makefile	Sat Aug 17 22:11:56 2013	(r324871)
@@ -18,6 +18,7 @@ COMMENT=	The Generic Mapping Tools data 
 
 WRKSRC=		${WRKDIR}/${PORTNAME:U}${DISTVERSION}
 USES=		gmake
+USE_BZIP2=	yes
 USE_AUTOTOOLS=	autoconf
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--datadir=${DATADIR}



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