diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2011-08-29 05:33:56 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2011-08-29 05:33:56 +0000 |
commit | 42a7e506dec08bd98b5a72b80d927e65d9eab455 (patch) | |
tree | a34e2ef9c0b48bc68667d34856fd9adc7d92c3b7 /print | |
parent | aa1104ebc94fdb8717cec5df542e74e927f49e4b (diff) | |
download | ports-42a7e506dec08bd98b5a72b80d927e65d9eab455.tar.gz ports-42a7e506dec08bd98b5a72b80d927e65d9eab455.zip |
- better wording of BROKEN
Submitted by: crees
Notes
Notes:
svn path=/head/; revision=280679
Diffstat (limited to 'print')
-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 055a00e145d0..cb9c4905a4ad 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -124,7 +124,7 @@ CONFIGURE_ARGS+= --with-printcap=${PREFIX}/etc/printcap .endif .if defined(WITH_GNUTLS) -BROKEN= gnutls does not support threads yet +BROKEN= gnutls does not support threads yet; disable the GNUTLS CONFIGURE_ARGS+= --disable-openssl --enable-gnutls CONFIGURE_ENV+= PKGCONFIG="${LOCALBASE}/bin/pkg-config" LIB_DEPENDS+= gnutls-openssl.27:${PORTSDIR}/security/gnutls |