svn commit: r450549 - head/print/pdftk

Jan Beich jbeich at FreeBSD.org
Sun Sep 24 20:16:02 UTC 2017


Author: jbeich
Date: Sun Sep 24 20:16:01 2017
New Revision: 450549
URL: https://svnweb.freebsd.org/changeset/ports/450549

Log:
  print/pdftk: decouple from default GCC version
  
  Only lang/gcc6 still supports JAVA option.
  
  PR:		222573
  Reported by:	rakuco
  Approved by:	portmgr blanket

Modified:
  head/print/pdftk/Makefile   (contents, props changed)

Modified: head/print/pdftk/Makefile
==============================================================================
--- head/print/pdftk/Makefile	Sun Sep 24 20:15:48 2017	(r450548)
+++ head/print/pdftk/Makefile	Sun Sep 24 20:16:01 2017	(r450549)
@@ -16,7 +16,7 @@ LICENSE=	GPLv2
 # Get GCC version suffix without the dot in USE_GCC
 CSUFF=		${_USE_GCC:S/.//}
 
-USE_GCC=	yes
+USE_GCC=	6
 USES=		iconv gmake zip
 
 # gcj/libgcj don't exist on some platforms


More information about the svn-ports-all mailing list