summaryrefslogtreecommitdiff
path: root/chat/xchat
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2005-06-06 12:02:08 +0000
committertron <tron@pkgsrc.org>2005-06-06 12:02:08 +0000
commit1b01eef652bfa554e41e861c9d97b52823317c10 (patch)
treebd5443e44341f145c4b93a25f94407629bcc912a /chat/xchat
parentad882713628fcf777528aa018d5c624605603b3c (diff)
downloadpkgsrc-1b01eef652bfa554e41e861c9d97b52823317c10.tar.gz
Accept "PKG_OPTIONS.xchat2" for backwards compatibility reasons.
Diffstat (limited to 'chat/xchat')
-rw-r--r--chat/xchat/options.mk10
1 files changed, 8 insertions, 2 deletions
diff --git a/chat/xchat/options.mk b/chat/xchat/options.mk
index 150a7ba9b19..c43408aaf1d 100644
--- a/chat/xchat/options.mk
+++ b/chat/xchat/options.mk
@@ -1,8 +1,14 @@
-# $NetBSD: options.mk,v 1.3 2005/06/06 11:43:50 tron Exp $
+# $NetBSD: options.mk,v 1.4 2005/06/06 12:02:08 tron Exp $
+
+.include "../../mk/bsd.prefs.mk"
+
+.if defined(PKG_OPTIONS.xchat2)
+PKG_OPTIONS.xchat?= ${PKG_OPTIONS.xchat2}
+.endif
PKG_OPTIONS_VAR= PKG_OPTIONS.xchat
PKG_SUPPORTED_OPTIONS= inet6 ssl socks5
-PKG_SUGGESTED_OPTIONS= ssl
+PKG_SUGGESTED_OPTIONS= inet6 ssl
PKG_OPTIONS_LEGACY_OPTS+= socks:socks5
.include "../../mk/bsd.options.mk"