diff options
Diffstat (limited to 'print/cups/Makefile.common')
-rw-r--r-- | print/cups/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/cups/Makefile.common b/print/cups/Makefile.common index 78374a23ccc5..52797a228bb8 100644 --- a/print/cups/Makefile.common +++ b/print/cups/Makefile.common @@ -78,7 +78,7 @@ CONFIGURE_ARGS+= --localstatedir=/var \ --with-rcdir=${CUPS_RCDIR} .if !defined(WITHOUT_GNUTLS) -CONFIGURE_ARGS+= --enable-gnutls +CONFIGURE_ARGS+= --enable-gnutls --disable-openssl LIB_DEPENDS+= gnutls-openssl.12:${PORTSDIR}/security/gnutls .endif |