diff options
author | woodsb02 <woodsb02@FreeBSD.org> | 2019-11-04 20:34:40 +0800 |
---|---|---|
committer | woodsb02 <woodsb02@FreeBSD.org> | 2019-11-04 20:34:40 +0800 |
commit | 9462234a5d888349e2554f799336d985cab7224e (patch) | |
tree | 746893142698cf9af2587f4bd7414aadb3b60349 /print/hplip/Makefile | |
parent | 476939b9e9b079e1f94fa4d8e8d80c2cea3f7df0 (diff) | |
download | freebsd-ports-gnome-9462234a5d888349e2554f799336d985cab7224e.tar.gz freebsd-ports-gnome-9462234a5d888349e2554f799336d985cab7224e.tar.zst freebsd-ports-gnome-9462234a5d888349e2554f799336d985cab7224e.zip |
print/hplip: Update to 3.19.10
print/hplip-plugin: Update to 3.19.6
Changes this release:
https://developers.hp.com/hp-linux-imaging-and-printing/release_notes
PR: 241528
Reported by: S Joseph <josephatwork@gmail.com>
Diffstat (limited to 'print/hplip/Makefile')
-rw-r--r-- | print/hplip/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile index fcf8e04e80ea..36d112a00378 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hplip -PORTVERSION= 3.18.6 +PORTVERSION= 3.19.10 CATEGORIES= print MASTER_SITES= SF @@ -21,10 +21,11 @@ RUN_DEPENDS= cups-filters>=0:print/cups-filters \ CONFLICTS_INSTALL= hpijs-[0-9]* INSTALL_TARGET= install-strip -USES= jpeg libtool pkgconfig python shebangfix +USES= dos2unix gnome jpeg libtool pkgconfig python shebangfix USE_GNOME= pygobject USE_LDCONFIG= yes SHEBANG_GLOB= *.py hpps pstotiff +DOS2UNIX_FILES= scan/sane/orblite.c GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cupsbackenddir=${PREFIX}/libexec/cups/backend \ |