diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-02-06 19:32:25 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-02-06 19:32:25 +0000 |
| commit | 4c72a07b403d23a1ebb97f921d86b9c34d1d6bc5 (patch) | |
| tree | a15b488096948b0268de4c1c43602ba270472406 | |
| parent | Drop GCONF option, gconf is a deprecated gnome2 thing (diff) | |
Remove false dependency on gconf
| -rw-r--r-- | irc/hexchat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/hexchat/Makefile b/irc/hexchat/Makefile index e795d92462a2..1c8129e7e57d 100644 --- a/irc/hexchat/Makefile +++ b/irc/hexchat/Makefile @@ -3,6 +3,7 @@ PORTNAME= hexchat PORTVERSION= 2.14.3 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= irc gnome @@ -56,7 +57,6 @@ CANBERRA_LIB_DEPENDS= libcanberra.so:audio/libcanberra CANBERRA_MESON_TRUE= with-libcanberra DBUS_LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib DBUS_MESON_TRUE= with-dbus -DBUS_USE= GNOME=gconf2 FISHLIM_MESON_TRUE= with-fishlim LUA_MESON_ON= -Dwith-lua=lua-${LUA_VER} LUA_MESON_OFF= -Dwith-lua=false |
