From c4ff73e2962010fd09cf2b5d694d321a5a73ecca Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 3 Sep 2013 07:09:24 +0000 Subject: [PATCH] Add an explicit dependency on pkgconf --- net/remmina/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/remmina/Makefile b/net/remmina/Makefile index 48be9f543a3b..2162a185ca40 100644 --- a/net/remmina/Makefile +++ b/net/remmina/Makefile @@ -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 \