aboutsummaryrefslogtreecommitdiffstats
path: root/mail/wmbiff
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2012-07-17 04:04:35 +0800
committergarga <garga@FreeBSD.org>2012-07-17 04:04:35 +0800
commit0dd148cc81b687d94dd2f7a937a801f2e4441b63 (patch)
tree488276b59b68023cefe45e21035ed511ae7408f1 /mail/wmbiff
parentea968865a075a97c02f7a03974daa2d71a2aca08 (diff)
downloadfreebsd-ports-gnome-0dd148cc81b687d94dd2f7a937a801f2e4441b63.tar.gz
freebsd-ports-gnome-0dd148cc81b687d94dd2f7a937a801f2e4441b63.tar.zst
freebsd-ports-gnome-0dd148cc81b687d94dd2f7a937a801f2e4441b63.zip
Move to OPTIONSng
Diffstat (limited to 'mail/wmbiff')
-rw-r--r--mail/wmbiff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile
index 0aae41c95d26..84c2e2a97d7b 100644
--- a/mail/wmbiff/Makefile
+++ b/mail/wmbiff/Makefile
@@ -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} \