svn commit: r444102 - head/print/gutenprint

Tijl Coosemans tijl at FreeBSD.org
Thu Jun 22 07:43:57 UTC 2017


Author: tijl
Date: Thu Jun 22 07:43:50 2017
New Revision: 444102
URL: https://svnweb.freebsd.org/changeset/ports/444102

Log:
  Add USES=perl5 for cups-genppdupdate script.
  
  PR:		220085
  Submitted by:	glewis

Modified:
  head/print/gutenprint/Makefile

Modified: head/print/gutenprint/Makefile
==============================================================================
--- head/print/gutenprint/Makefile	Thu Jun 22 07:08:53 2017	(r444101)
+++ head/print/gutenprint/Makefile	Thu Jun 22 07:43:50 2017	(r444102)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gutenprint
 PORTVERSION=	5.2.12
-PORTREVISION?=	1	# also print/gimp-gutenprint
+PORTREVISION?=	2	# also print/gimp-gutenprint
 CATEGORIES=	print
 MASTER_SITES=	SF/gimp-print/gutenprint-5.2/${PORTVERSION}
 
@@ -19,7 +19,7 @@ CONFLICTS=	gimp-print-[0-9]*
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-static --enable-simplified-cups-ppds DLOPEN_LIBS=" "
 INSTALL_TARGET=	install-strip
-USES=		gettext gmake libtool pathfix pkgconfig tar:bzip2
+USES=		gettext gmake libtool pathfix perl5 pkgconfig tar:bzip2
 
 .if !defined(GUT_SLAVE)
 LIB_DEPENDS+=	libcupsimage.so:print/cups


More information about the svn-ports-all mailing list