diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-08-25 22:53:02 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-08-25 22:53:02 +0800 |
commit | c568e0d6bc04e462f13c9d654fe9dbf7b8e561a1 (patch) | |
tree | f8928f15b68b625f0df7862e9e8cad1589fb244a /print/cups-base | |
parent | 9a3ebeee609dda8e0e285832d38b8fcaa5b01772 (diff) | |
download | freebsd-ports-gnome-c568e0d6bc04e462f13c9d654fe9dbf7b8e561a1.tar.gz freebsd-ports-gnome-c568e0d6bc04e462f13c9d654fe9dbf7b8e561a1.tar.zst freebsd-ports-gnome-c568e0d6bc04e462f13c9d654fe9dbf7b8e561a1.zip |
- better wording of GNUTLS option
Submitted by: mandree
Diffstat (limited to 'print/cups-base')
-rw-r--r-- | print/cups-base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 018d71835d27..7fb3c1a0319c 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -41,7 +41,7 @@ CONFIGURE_ARGS+= --localstatedir=/var \ --with-pam-module="unix" \ --enable-ssl -OPTIONS?= GNUTLS "Build with GNUTLS library" off \ +OPTIONS?= GNUTLS "Build with GNUTLS instead of OpenSSL" off \ PHP "Build PHP support" off \ PYTHON "Build PYTHON support" off \ LIBPAPER "Build with libpaper support" off \ |