aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2017-10-12 23:57:51 +0800
committermat <mat@FreeBSD.org>2017-10-12 23:57:51 +0800
commitc0753cee143fae1f39b92cb83a9d69070eb901d7 (patch)
tree22d06d881d39a3e8bbe4216cf9029a239cf1e2dc /net-im
parentc8fa612661c5330a15b421fc2f28b32ff8d9c89e (diff)
downloadfreebsd-ports-gnome-c0753cee143fae1f39b92cb83a9d69070eb901d7.tar.gz
freebsd-ports-gnome-c0753cee143fae1f39b92cb83a9d69070eb901d7.tar.zst
freebsd-ports-gnome-c0753cee143fae1f39b92cb83a9d69070eb901d7.zip
Remove WANT_GNOME and HAVE_GNOME.
Approved by: bapt kwm Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12643
Diffstat (limited to 'net-im')
-rw-r--r--net-im/libpurple/Makefile4
-rw-r--r--net-im/pidgin/Makefile1
2 files changed, 1 insertions, 4 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index 415464303bfc..db3e460b634d 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -28,12 +28,10 @@ INSTALL_TARGET= install-strip
# set these macros themselves.
USES+= iconv python shebangfix
USE_LDCONFIG= yes
-WANT_GNOME= yes
SHEBANG_FILES= libpurple/purple-remote \
libpurple/purple-url-handler
.if defined(PACKAGE_BUILDING)
-.undef WITHOUT_GNOME
WITH_GNOME= yes
.endif
@@ -126,7 +124,7 @@ USE_GNOME+= gconf2
GCONF_SCHEMAS= purple.schemas
.endif
-#.if defined(WITH_GTKUI) && ${HAVE_GNOME:Mevolutiondataserver}!=""
+#.if defined(WITH_GTKUI)
#USE_GNOME+= evolutiondataserver
#PLIST_SUB+= EVO=""
#CONFIGURE_ARGS+= --enable-gevolution
diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile
index 38e20e0ae2ba..db9368ea420f 100644
--- a/net-im/pidgin/Makefile
+++ b/net-im/pidgin/Makefile
@@ -24,7 +24,6 @@ USES= python:build
USE_LDCONFIG= yes
USE_GNOME= gnomeprefix gtk20 intltool
USE_XORG= xscrnsaver sm
-WANT_GNOME= yes
CONFIGURE_ARGS= --disable-consoleui \
--disable-nm \
--enable-screensaver \