Date: Wed, 6 Feb 2013 22:56:49 +0000 (UTC) From: Florian Smeets <flo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311804 - head/www/libmicrohttpd Message-ID: <201302062256.r16MunoH098719@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: flo Date: Wed Feb 6 22:56:48 2013 New Revision: 311804 URL: http://svnweb.freebsd.org/changeset/ports/311804 Log: Convert to optionsng Prodded by: bapt Modified: head/www/libmicrohttpd/Makefile Modified: head/www/libmicrohttpd/Makefile ============================================================================== --- head/www/libmicrohttpd/Makefile Wed Feb 6 22:36:48 2013 (r311803) +++ head/www/libmicrohttpd/Makefile Wed Feb 6 22:56:48 2013 (r311804) @@ -12,10 +12,10 @@ COMMENT= C library for embedding HTTP se LICENSE= LGPL21 -OPTIONS= GNUTLS "Build with gnutls to support ssl" off +OPTIONS_DEFINE= GNUTLS .include <bsd.port.options.mk> -.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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302062256.r16MunoH098719>