Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 17:18:47 +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: r326186 - head/net/remmina-plugins
Message-ID:  <201309031718.r83HIlfe081232@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Sep  3 17:18:47 2013
New Revision: 326186
URL: http://svnweb.freebsd.org/changeset/ports/326186

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/net/remmina-plugins/bsd.plugin.mk

Modified: head/net/remmina-plugins/bsd.plugin.mk
==============================================================================
--- head/net/remmina-plugins/bsd.plugin.mk	Tue Sep  3 17:18:24 2013	(r326185)
+++ head/net/remmina-plugins/bsd.plugin.mk	Tue Sep  3 17:18:47 2013	(r326186)
@@ -8,8 +8,7 @@ LICENSE_FILE=	${WRKSRC}/${PORTNAME}s/COP
 BUILD_DEPENDS+=	remmina>=${PORTVERSION}:${PORTSDIR}/net/remmina
 RUN_DEPENDS+=	remmina>=${PORTVERSION}:${PORTSDIR}/net/remmina
 
-USES=		cmake
-USE_GMAKE=	yes
+USES=		cmake gmake pkgconfig
 USE_GNOME=	atk desktopfileutils gdkpixbuf2 glib20 gtk20 pango
 INSTALLS_ICONS=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}



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