diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-08-29 13:33:56 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-08-29 13:33:56 +0800 |
commit | ce097fb75b570473d959e205da0049aa87363bb0 (patch) | |
tree | ec0f2a9944020ed572533f7cf7dc2011bad73721 /print | |
parent | b55a820c0d0a16d7fa40424871d332a09ae9f811 (diff) | |
download | freebsd-ports-gnome-ce097fb75b570473d959e205da0049aa87363bb0.tar.gz freebsd-ports-gnome-ce097fb75b570473d959e205da0049aa87363bb0.tar.zst freebsd-ports-gnome-ce097fb75b570473d959e205da0049aa87363bb0.zip |
- better wording of BROKEN
Submitted by: crees
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 |