diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-08-27 17:02:10 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-08-27 17:02:10 +0800 |
commit | 2f5f7b2be85ffccc9e16bd786bdc381dc8b4e367 (patch) | |
tree | 34e7d52c5afc9e4c0c105805cf8e660348133df9 /print | |
parent | 71cf623564e0a0172eac3a25e9c525b9366253cb (diff) | |
download | freebsd-ports-gnome-2f5f7b2be85ffccc9e16bd786bdc381dc8b4e367.tar.gz freebsd-ports-gnome-2f5f7b2be85ffccc9e16bd786bdc381dc8b4e367.tar.zst freebsd-ports-gnome-2f5f7b2be85ffccc9e16bd786bdc381dc8b4e367.zip |
- better wording of GNUTLS option
Submitted by: mandree
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/cups-image/Makefile b/print/cups-image/Makefile index 192513c4fdd0..1f1d476537e7 100644 --- a/print/cups-image/Makefile +++ b/print/cups-image/Makefile @@ -12,7 +12,7 @@ MASTERDIR?= ${.CURDIR}/../cups-base CUPS_IMAGE= yes -OPTIONS= GNUTLS "Build with GNUTLS library" off +OPTIONS= GNUTLS "Build with GNUTLS instead of OpenSSL" off .if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local" |