diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-08-25 22:54:39 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-08-25 22:54:39 +0800 |
commit | 79423b200bcdf7fdb6621dc3a5dbd026693556de (patch) | |
tree | 4d0c901393958cf105d6ac6e81cf82ccebbbf79e /print | |
parent | c568e0d6bc04e462f13c9d654fe9dbf7b8e561a1 (diff) | |
download | freebsd-ports-gnome-79423b200bcdf7fdb6621dc3a5dbd026693556de.tar.gz freebsd-ports-gnome-79423b200bcdf7fdb6621dc3a5dbd026693556de.tar.zst freebsd-ports-gnome-79423b200bcdf7fdb6621dc3a5dbd026693556de.zip |
- add BROKEN fro option GNUTLS
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-base/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index 7fb3c1a0319c..055a00e145d0 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -124,6 +124,7 @@ CONFIGURE_ARGS+= --with-printcap=${PREFIX}/etc/printcap .endif .if defined(WITH_GNUTLS) +BROKEN= gnutls does not support threads yet CONFIGURE_ARGS+= --disable-openssl --enable-gnutls CONFIGURE_ENV+= PKGCONFIG="${LOCALBASE}/bin/pkg-config" LIB_DEPENDS+= gnutls-openssl.27:${PORTSDIR}/security/gnutls |