Index: Makefile.common =================================================================== RCS file: /home/ncvs/ports/print/cups/Makefile.common,v --- Makefile.common 24 Jan 2005 17:22:59 -0000 1.19 +++ Makefile.common 8 Feb 2005 07:08:15 -0000 @@ -10,7 +10,7 @@ ftp://ftp.mpg.goe.ni.schule.de/pub/internet/printing/cups/${CUPS_VERSION}/ CUPS_VERSION= 1.1.23 -CUPS_REVISION= 0 +CUPS_REVISION= 1 CUPS_PORTVER= ${CUPS_VERSION}.${CUPS_REVISION} CUPS_PORTREV= 0 CUPS_PORTEPOCH= 0 @@ -73,7 +73,9 @@ --with-rcdir=${CUPS_RCDIR} .if !defined(WITHOUT_GNUTLS) -CONFIGURE_ARGS+= --enable-gnutls +CONFIGURE_ARGS+= --enable-gnutls \ + --disable-openssl \ + --disable-ssl LIB_DEPENDS+= gnutls-openssl.12:${PORTSDIR}/security/gnutls .endif