diff options
author | hubertf <hubertf@pkgsrc.org> | 2006-12-06 00:20:26 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2006-12-06 00:20:26 +0000 |
commit | d6f56c0e1a4b1ec767718cc20821daaf0eea6228 (patch) | |
tree | 06cfd7b4c14b16aa6f8e050857c328d9d76951d0 /www/elinks | |
parent | 5c07fb07a98edb276dc709e8a455b14200ce8aac (diff) | |
download | pkgsrc-d6f56c0e1a4b1ec767718cc20821daaf0eea6228.tar.gz |
only include gnutls once
Diffstat (limited to 'www/elinks')
-rw-r--r-- | www/elinks/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/elinks/options.mk b/www/elinks/options.mk index 5184fc7c1a6..323e21981f2 100644 --- a/www/elinks/options.mk +++ b/www/elinks/options.mk @@ -1,7 +1,7 @@ -# $NetBSD: options.mk,v 1.1 2006/12/06 00:19:12 hubertf Exp $ +# $NetBSD: options.mk,v 1.2 2006/12/06 00:20:26 hubertf Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.elinks -PKG_SUPPORTED_OPTIONS+= bittorrent nntp spidermonkey gnutls fsp finger gopher +PKG_SUPPORTED_OPTIONS+= bittorrent nntp spidermonkey fsp finger gopher PKG_SUPPORTED_OPTIONS+= inet6 x11 PKG_OPTIONS_GROUP.tls= gnutls ssl PKG_OPTIONS_REQUIRED_GROUPS= tls |