svn commit: r300978 - head/mail/wmbiff

Renato Botelho garga at FreeBSD.org
Mon Jul 16 20:04:36 UTC 2012


Author: garga
Date: Mon Jul 16 20:04:35 2012
New Revision: 300978
URL: http://svn.freebsd.org/changeset/ports/300978

Log:
  Move to OPTIONSng

Modified:
  head/mail/wmbiff/Makefile

Modified: head/mail/wmbiff/Makefile
==============================================================================
--- head/mail/wmbiff/Makefile	Mon Jul 16 20:04:11 2012	(r300977)
+++ head/mail/wmbiff/Makefile	Mon Jul 16 20:04:35 2012	(r300978)
@@ -14,7 +14,7 @@ MASTER_SITES=	SF
 MAINTAINER=	garga at FreeBSD.org
 COMMENT=	An xbiff-like Window Maker dock app
 
-OPTIONS=	GNUTLS "Support for SSL" off
+OPTIONS_DEFINE=	GNUTLS
 
 USE_XORG=	xpm
 GNU_CONFIGURE=	yes
@@ -33,7 +33,7 @@ PLIST_DIRS=	%%DATADIR%%/skins \
 
 .include <bsd.port.pre.mk>
 
-.if defined(WITH_GNUTLS)
+.if ${PORT_OPTIONS:MGNUTLS}
 LIB_DEPENDS+=	gcrypt:${PORTSDIR}/security/libgcrypt \
 		gnutls:${PORTSDIR}/security/gnutls
 CONFIGURE_ARGS+=	--with-libgnutls-prefix=${LOCALBASE} \



More information about the svn-ports-head mailing list