svn commit: r311804 - head/www/libmicrohttpd

Florian Smeets flo at FreeBSD.org
Wed Feb 6 22:56:50 UTC 2013


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


More information about the svn-ports-head mailing list