diff options
author | tijl <tijl@FreeBSD.org> | 2017-06-22 15:43:50 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2017-06-22 15:43:50 +0800 |
commit | a15b87fadaabdf4fdfc5dcdcc4d1416c424784d6 (patch) | |
tree | 4f192a80da4a24f0ad51c56d35c6ecfa57932645 /print | |
parent | 6176e7aa3a3c0288ee2f9270daee632451dbbd60 (diff) | |
download | freebsd-ports-gnome-a15b87fadaabdf4fdfc5dcdcc4d1416c424784d6.tar.gz freebsd-ports-gnome-a15b87fadaabdf4fdfc5dcdcc4d1416c424784d6.tar.zst freebsd-ports-gnome-a15b87fadaabdf4fdfc5dcdcc4d1416c424784d6.zip |
Add USES=perl5 for cups-genppdupdate script.
PR: 220085
Submitted by: glewis
Diffstat (limited to 'print')
-rw-r--r-- | print/gutenprint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/gutenprint/Makefile b/print/gutenprint/Makefile index 93dfea7c021e..a67e31331e5e 100644 --- a/print/gutenprint/Makefile +++ b/print/gutenprint/Makefile @@ -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 |