svn commit: r342828 - in head/net-im: libpurple pidgin

Matthias Andree mandree at FreeBSD.org
Wed Feb 5 19:56:18 UTC 2014


Author: mandree
Date: Wed Feb  5 19:56:17 2014
New Revision: 342828
URL: http://svnweb.freebsd.org/changeset/ports/342828
QAT: https://qat.redports.org/buildarchive/r342828/

Log:
  USES_GNOME=gnomehack -> USES=pathfix
  
  Approved by:	marcus@ (maintainer)

Modified:
  head/net-im/libpurple/Makefile
  head/net-im/pidgin/Makefile

Modified: head/net-im/libpurple/Makefile
==============================================================================
--- head/net-im/libpurple/Makefile	Wed Feb  5 19:54:26 2014	(r342827)
+++ head/net-im/libpurple/Makefile	Wed Feb  5 19:56:17 2014	(r342828)
@@ -13,8 +13,8 @@ MAINTAINER?=	marcus at FreeBSD.org
 COMMENT?=	Backend library for the Pidgin multi-protocol messaging client
 
 USE_BZIP2=	yes
-USES=		gmake pkgconfig
-USE_GNOME?=	gnomeprefix gnomehack intlhack glib20 libxml2
+USES=		gmake pkgconfig pathfix
+USE_GNOME?=	gnomeprefix intlhack glib20 libxml2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS?=--disable-gtkui \
 		--disable-consoleui \

Modified: head/net-im/pidgin/Makefile
==============================================================================
--- head/net-im/pidgin/Makefile	Wed Feb  5 19:54:26 2014	(r342827)
+++ head/net-im/pidgin/Makefile	Wed Feb  5 19:56:17 2014	(r342828)
@@ -22,7 +22,8 @@ PIDGIN_SLAVE=	yes
 WITH_GTKUI=	yes
 
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomeprefix gnomehack intlhack gtk20
+USE_GNOME=	gnomeprefix intlhack gtk20
+USES+=		pathfix
 USE_XORG=	xscrnsaver sm
 WANT_GNOME=	yes
 CONFIGURE_ARGS=	--disable-consoleui \


More information about the svn-ports-head mailing list