diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2011-08-27 09:02:10 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2011-08-27 09:02:10 +0000 |
commit | 40bad54364461423c57572adebff8df1fe17045b (patch) | |
tree | 21989b2d2ca7f5d7c8ba57958778c1df113e8f21 /print | |
parent | 1da9ced2e979e0f7454514c58d3e8d28b5e361e2 (diff) | |
download | ports-40bad54364461423c57572adebff8df1fe17045b.tar.gz ports-40bad54364461423c57572adebff8df1fe17045b.zip |
Notes
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" |