aboutsummaryrefslogtreecommitdiff
path: root/net-im/libpurple
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2016-02-07 19:43:56 +0000
committerKoop Mast <kwm@FreeBSD.org>2016-02-07 19:43:56 +0000
commit71d5deb1f423658f8c3e3a0baa54dd883dd5d8d8 (patch)
tree9e818b5d09f2e948238e96c1a5ae1e8212983272 /net-im/libpurple
parentbca3635bdcc45f8ac6cd82e879aa2679870f2975 (diff)
downloadports-71d5deb1f423658f8c3e3a0baa54dd883dd5d8d8.tar.gz
ports-71d5deb1f423658f8c3e3a0baa54dd883dd5d8d8.zip
Notes
Diffstat (limited to 'net-im/libpurple')
-rw-r--r--net-im/libpurple/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index eb348fc7b036..60540a3c0d3c 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -121,14 +121,10 @@ PLIST_SUB+= PERL:="@comment not installed: " \
PERLMAN:="@comment not installed: "
.endif
-.include <bsd.port.pre.mk>
-
.if !defined(PIDGIN_SLAVE)
-.if ${HAVE_GNOME:Mgconf2}!="" || exists(${LOCALBASE}/bin/gconftool-2)
USE_GNOME+= gconf2
GCONF_SCHEMAS= purple.schemas
.endif
-.endif
#.if defined(WITH_GTKUI) && ${HAVE_GNOME:Mevolutiondataserver}!=""
#USE_GNOME+= evolutiondataserver
@@ -331,6 +327,8 @@ 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}
@@ -339,4 +337,4 @@ post-stage:
${STAGEDIR}${PREFIX}/lib/purple-2/perl/auto/Purple/.packlist
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>