Date: Mon, 16 Jul 2012 20:04:35 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r300978 - head/mail/wmbiff Message-ID: <201207162004.q6GK4Zf8077599@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207162004.q6GK4Zf8077599>