aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2011-08-27 17:02:10 +0800
committerdinoex <dinoex@FreeBSD.org>2011-08-27 17:02:10 +0800
commit2f5f7b2be85ffccc9e16bd786bdc381dc8b4e367 (patch)
tree34e7d52c5afc9e4c0c105805cf8e660348133df9 /print
parent71cf623564e0a0172eac3a25e9c525b9366253cb (diff)
downloadfreebsd-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/Makefile2
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"