Index: Makefile =================================================================== --- Makefile (revision 311800) +++ Makefile (working copy) @@ -12,10 +12,10 @@ LICENSE= LGPL21 -OPTIONS= GNUTLS "Build with gnutls to support ssl" off +OPTIONS_DEFINE= GNUTLS .include -.if defined(WITH_GNUTLS) +.if ${PORT_OPTIONS:MGNUTLS} LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt \ gnutls:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--with-gnutls=${LOCALBASE} --enable-https