From owner-svn-ports-all@FreeBSD.ORG Wed Feb 6 22:56:50 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 02B302C9; Wed, 6 Feb 2013 22:56:50 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D2B70152; Wed, 6 Feb 2013 22:56:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r16Munxt098720; Wed, 6 Feb 2013 22:56:49 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r16MunoH098719; Wed, 6 Feb 2013 22:56:49 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201302062256.r16MunoH098719@svn.freebsd.org> From: Florian Smeets Date: Wed, 6 Feb 2013 22:56:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311804 - head/www/libmicrohttpd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 22:56:50 -0000 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 -.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