summaryrefslogtreecommitdiff
path: root/chat/weechat
diff options
context:
space:
mode:
authordrochner <drochner>2012-01-09 14:53:31 +0000
committerdrochner <drochner>2012-01-09 14:53:31 +0000
commitc7f0789597bab939c82f547fc5377e5dc89e4a44 (patch)
treedd941643282dbdaf377fc9d31f02786d407395ff /chat/weechat
parenta7d50682e3b63b42fb895bbed52ad492869baeff (diff)
downloadpkgsrc-c7f0789597bab939c82f547fc5377e5dc89e4a44.tar.gz
clean up in some cases where the faked "libgnutls-config" script
is not needed anymore
Diffstat (limited to 'chat/weechat')
-rw-r--r--chat/weechat/options.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/weechat/options.mk b/chat/weechat/options.mk
index ea0b18df5d1..f2236b7fbd0 100644
--- a/chat/weechat/options.mk
+++ b/chat/weechat/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2009/07/18 06:04:33 tonio Exp $
+# $NetBSD: options.mk,v 1.8 2012/01/09 14:53:31 drochner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.weechat
PKG_SUPPORTED_OPTIONS= charset gnutls python lua wide-curses perl ruby
@@ -17,7 +17,6 @@ CONFIGURE_ARGS+= --disable-charset
.if !empty(PKG_OPTIONS:Mgnutls)
.include "../../security/gnutls/buildlink3.mk"
-.include "../../security/gnutls/libgnutls-config.mk"
.endif
.if !empty(PKG_OPTIONS:Mwide-curses)