summaryrefslogtreecommitdiff
path: root/net-im/libpurple/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2022-06-08 15:59:06 +0200
committerBaptiste Daroussin <bapt@FreeBSD.org>2022-06-08 16:06:25 +0200
commit00f1472c6af6516e19438c32226a49525860bda2 (patch)
tree170c8802f1802d096be61582a4c0507469f94cc3 /net-im/libpurple/Makefile
parentnet/libgnetwork: remove ancient gnome2 library unused (diff)
pidgin: drop gconf references entirely
Given how the port evolved USE_GNOME=gconf2 was never set anyway, just remove it entirely, and add the configure argument to ensure it will never come back even by accident
Diffstat (limited to 'net-im/libpurple/Makefile')
-rw-r--r--net-im/libpurple/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index fb7118836367..126894c0b5f0 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -21,7 +21,8 @@ CONFIGURE_ARGS?=--disable-gtkui \
--with-dynamic-prpls=${PRPL_MODULES:S/,$//} \
--enable-static \
--disable-nm \
- --with-system-ssl-certs=/usr/share/certs/trusted
+ --with-system-ssl-certs=/usr/share/certs/trusted \
+ --disable-schemas-install
INSTALL_TARGET= install-strip
.if !defined(PIDGIN_SLAVE)
@@ -114,11 +115,6 @@ PLIST_SUB+= PERL:="@comment not installed: " \
PERLMAN:="@comment not installed: "
.endif
-.if defined(WITH_GTKUI) && !defined(PIDGIN_SLAVE)
-USE_GNOME+= gconf2
-GCONF_SCHEMAS= purple.schemas
-.endif
-
.if defined(WITH_GTKUI)
USE_GNOME+= evolutiondataserver3
PLIST_SUB+= EVO=""
@@ -296,8 +292,6 @@ post-patch:
.if defined(PIDGIN_SLAVE)
@${FIND} ${BUILD_WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
's|$$(top_builddir)/libpurple/libpurple.la|-lpurple|'
- @${REINPLACE_CMD} -e 's|gconftool-2|gconftool-disabled|g' \
- ${WRKSRC}/configure
.endif
.if !defined(PIDGIN_SLAVE) && ${PORT_OPTIONS:MPERL}