diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2014-05-22 12:48:42 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2014-05-22 12:48:42 +0000 |
commit | 2bef4ad4ffa159b35645f5df9f2839ef5febbefa (patch) | |
tree | e90d79f04e146421f3639e6f53e8f55db17827d3 /print/cups-filters/Makefile | |
parent | 49d1531ae2bd7c5b25f88287365ff995cefa2b4d (diff) |
Notes
Diffstat (limited to 'print/cups-filters/Makefile')
-rw-r--r-- | print/cups-filters/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index cb23340c8e43..47e84b25578a 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -2,6 +2,7 @@ PORTNAME= cups-filters PORTVERSION= 1.0.53 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/cups-filters/ @@ -24,6 +25,7 @@ USES= compiler:c++11-lib pathfix pkgconfig shebangfix tar:xz SHEBANG_FILES= filter/textonly USE_GNOME= glib20 USE_GHOSTSCRIPT= yes +USE_RC_SUBR= cups_browsed GNU_CONFIGURE= yes CUPS_SOCKET= /var/run/cups.sock CONFIGURE_ARGS= --with-cups-domainsocket=${CUPS_SOCKET} |