Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 07:09:24 +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: r326124 - head/net/remmina
Message-ID:  <201309030709.r8379Odq005344@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Sep  3 07:09:24 2013
New Revision: 326124
URL: http://svnweb.freebsd.org/changeset/ports/326124

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/net/remmina/Makefile

Modified: head/net/remmina/Makefile
==============================================================================
--- head/net/remmina/Makefile	Tue Sep  3 06:41:36 2013	(r326123)
+++ head/net/remmina/Makefile	Tue Sep  3 07:09:24 2013	(r326124)
@@ -11,8 +11,7 @@ COMMENT=	The GTK+ Remote Desktop Client
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/${PORTNAME}/COPYING
 
-USES=		cmake desktop-file-utils
-USE_GMAKE=	yes
+USES=		cmake desktop-file-utils gmake pkgconfig
 USE_GNOME=	atk gdkpixbuf2 glib20 gtk20 pango
 INSTALLS_ICONS=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS} -Wl,-rpath -Wl,${LOCALBASE}/lib -lX11 \



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