diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-31 05:16:39 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-31 05:16:39 +0800 |
commit | b649dda5d4bbf72a23c927b0472697bc27c5ea57 (patch) | |
tree | 4bd9b521df8aa10dc2ec5e83854270f5e37041db /print/cups-client | |
parent | a3cf6f7682c2b541d3b71730ec7e65c832c954ad (diff) | |
download | freebsd-ports-gnome-b649dda5d4bbf72a23c927b0472697bc27c5ea57.tar.gz freebsd-ports-gnome-b649dda5d4bbf72a23c927b0472697bc27c5ea57.tar.zst freebsd-ports-gnome-b649dda5d4bbf72a23c927b0472697bc27c5ea57.zip |
Update to cups to 1.7.1
- Stage all cups related ports
- Cleanup (it still needs more cleanup)
Base on [1]
PR: ports/186824 [1]
Submitted by: bsam
Diffstat (limited to 'print/cups-client')
-rw-r--r-- | print/cups-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/cups-client/Makefile b/print/cups-client/Makefile index d0a83d78b938..4045bdc8ef24 100644 --- a/print/cups-client/Makefile +++ b/print/cups-client/Makefile @@ -5,7 +5,7 @@ CATEGORIES= print MAINTAINER= ports@FreeBSD.org MASTERDIR?= ${.CURDIR}/../cups-base - + CUPS_CLIENT= yes .sinclude "${.CURDIR}/Makefile.local" |