diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-08-25 16:51:29 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-08-25 16:51:29 +0800 |
commit | 39a924fdea9289a9048f7b936b6931df1f5ce63f (patch) | |
tree | 30e5147ff8301938f95c108f90638fb62f01c4f0 /print/cups-client | |
parent | 9a57fd07fc48b97d6a872c8c701cddf5f6e2b731 (diff) | |
download | freebsd-ports-gnome-39a924fdea9289a9048f7b936b6931df1f5ce63f.tar.gz freebsd-ports-gnome-39a924fdea9289a9048f7b936b6931df1f5ce63f.tar.zst freebsd-ports-gnome-39a924fdea9289a9048f7b936b6931df1f5ce63f.zip |
- update to 1.4.8
- option GNUTLS default off
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 fda97f9df12a..7b45037beea0 100644 --- a/print/cups-client/Makefile +++ b/print/cups-client/Makefile @@ -12,7 +12,7 @@ MASTERDIR?= ${.CURDIR}/../cups-base CUPS_CLIENT= yes -OPTIONS= GNUTLS "Build with GNUTLS library" on +OPTIONS= GNUTLS "Build with GNUTLS library" off .if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local" |