Move to OPTIONSng

This commit is contained in:
Renato Botelho 2012-07-16 20:04:35 +00:00
parent b6656d441e
commit 384042ed2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300978

View file

@ -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} \