pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/xchat Accept "PKG_OPTIONS.xchat2" for backwards c...
details: https://anonhg.NetBSD.org/pkgsrc/rev/be44d36d84d6
branches: trunk
changeset: 495277:be44d36d84d6
user: tron <tron%pkgsrc.org@localhost>
date: Mon Jun 06 12:02:08 2005 +0000
description:
Accept "PKG_OPTIONS.xchat2" for backwards compatibility reasons.
diffstat:
chat/xchat/options.mk | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 67401658b0e9 -r be44d36d84d6 chat/xchat/options.mk
--- a/chat/xchat/options.mk Mon Jun 06 11:47:06 2005 +0000
+++ b/chat/xchat/options.mk Mon Jun 06 12:02:08 2005 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index