svn commit: r450550 - head/print/pdftk

Jan Beich jbeich at FreeBSD.org
Sun Sep 24 20:47:49 UTC 2017


Author: jbeich
Date: Sun Sep 24 20:47:48 2017
New Revision: 450550
URL: https://svnweb.freebsd.org/changeset/ports/450550

Log:
  print/pdftk: add inline comment for r450549
  
  PR:		222573
  Submitted by:	gerald
  Pointy hat to:	jbeich

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

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


More information about the svn-ports-all mailing list