Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 10:31:45 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325970 - in head/polish: gnugadu2 libgadu
Message-ID:  <201309021031.r82AVjjU063927@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep  2 10:31:45 2013
New Revision: 325970
URL: http://svnweb.freebsd.org/changeset/ports/325970

Log:
  Eliminate USE_GNOME=pkgconfig from polish

Modified:
  head/polish/gnugadu2/Makefile
  head/polish/libgadu/Makefile

Modified: head/polish/gnugadu2/Makefile
==============================================================================
--- head/polish/gnugadu2/Makefile	Mon Sep  2 10:30:12 2013	(r325969)
+++ head/polish/gnugadu2/Makefile	Mon Sep  2 10:31:45 2013	(r325970)
@@ -17,8 +17,7 @@ LIB_DEPENDS=	gadu.3:${PORTSDIR}/polish/l
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 USE_BZIP2=	yes
-USES=		gettext perl5
-USE_GMAKE=	yes
+USES=		gettext gmake perl5 pkgconfig
 USE_GNOME=	gtk20
 USE_LDCONFIG=	yes
 USE_XORG=	x11 xaw ice xscrnsaver

Modified: head/polish/libgadu/Makefile
==============================================================================
--- head/polish/libgadu/Makefile	Mon Sep  2 10:30:12 2013	(r325969)
+++ head/polish/libgadu/Makefile	Mon Sep  2 10:31:45 2013	(r325970)
@@ -14,7 +14,7 @@ LICENSE=	LGPL21
 
 CONFLICTS=	pl-ekg-1.[0-6]*
 
-USE_GNOME=	gnomehack pkgconfig
+USES=		pathfix pkgconfig
 GNU_CONFIGURE=	yes
 
 CONFIGURE_ARGS=	--enable-shared --disable-static --with-pthread \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309021031.r82AVjjU063927>