Wed Feb 18 08:47:12 2015 UTC ()
fix build failure using default optinos


(tnn)
diff -r1.1 -r1.2 pkgsrc/chat/hexchat/options.mk

cvs diff -r1.1 -r1.2 pkgsrc/chat/hexchat/options.mk (expand / switch to unified diff)

--- pkgsrc/chat/hexchat/options.mk 2015/02/15 17:41:24 1.1
+++ pkgsrc/chat/hexchat/options.mk 2015/02/18 08:47:12 1.2
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: options.mk,v 1.1 2015/02/15 17:41:24 khorben Exp $ 1# $NetBSD: options.mk,v 1.2 2015/02/18 08:47:12 tnn Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.hexchat 3PKG_OPTIONS_VAR= PKG_OPTIONS.hexchat
4PKG_SUPPORTED_OPTIONS= dbus gtk2 inet6 libcanberra libnotify libpci libproxy 4PKG_SUPPORTED_OPTIONS= dbus gtk2 inet6 libcanberra libnotify libpci libproxy
5PKG_SUPPORTED_OPTIONS+= ntlm openssl perl python tests themes xft2 5PKG_SUPPORTED_OPTIONS+= libsexy ntlm openssl perl python tests themes xft2
6PKG_SUGGESTED_OPTIONS+= gtk2 inet6 libproxy libsexy openssl xft2 6PKG_SUGGESTED_OPTIONS+= gtk2 inet6 libproxy libsexy openssl xft2
7 7
8PLIST_VARS+= dbus gtk2 libpci perl python 8PLIST_VARS+= dbus gtk2 libpci perl python
9 9
10.include "../../mk/bsd.options.mk" 10.include "../../mk/bsd.options.mk"
11 11
12.if !empty(PKG_OPTIONS:Mdbus) 12.if !empty(PKG_OPTIONS:Mdbus)
13.include "../../sysutils/dbus-glib/buildlink3.mk" 13.include "../../sysutils/dbus-glib/buildlink3.mk"
14.include "../../sysutils/dbus/buildlink3.mk" 14.include "../../sysutils/dbus/buildlink3.mk"
15PLIST.dbus= yes 15PLIST.dbus= yes
16.else 16.else
17CONFIGURE_ARGS+= --disable-dbus 17CONFIGURE_ARGS+= --disable-dbus
18.endif 18.endif