svn commit: r326186 - head/net/remmina-plugins

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 3 17:18:47 UTC 2013


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}


More information about the svn-ports-all mailing list