[Midnightbsd-cvs] mports [24944] trunk/net-im/libpurple/Makefile: drop conditional

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Feb 9 16:54:10 EST 2019


Revision: 24944
          http://svnweb.midnightbsd.org/mports/?rev=24944
Author:   laffer1
Date:     2019-02-09 16:54:09 -0500 (Sat, 09 Feb 2019)
Log Message:
-----------
drop conditional

Modified Paths:
--------------
    trunk/net-im/libpurple/Makefile

Modified: trunk/net-im/libpurple/Makefile
===================================================================
--- trunk/net-im/libpurple/Makefile	2019-02-09 21:46:51 UTC (rev 24943)
+++ trunk/net-im/libpurple/Makefile	2019-02-09 21:54:09 UTC (rev 24944)
@@ -2,7 +2,7 @@
 
 PORTNAME?=	libpurple
 PORTVERSION=	2.12.0
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	net-im
 MASTER_SITES=	SF/pidgin/Pidgin/${PORTVERSION}
 DISTNAME=	pidgin-${PORTVERSION}
@@ -98,11 +98,9 @@
 .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



More information about the Midnightbsd-cvs mailing list