diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 07:09:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 07:09:24 +0000 |
commit | c4ff73e2962010fd09cf2b5d694d321a5a73ecca (patch) | |
tree | d4a7cbf5285b13bca4f02305f8a5f8e6244de28a /net/remmina/Makefile | |
parent | 0a0d3b0e203ea4a13b6a1b11ada477d3591747dd (diff) |
Notes
Diffstat (limited to 'net/remmina/Makefile')
-rw-r--r-- | net/remmina/Makefile | 3 |
1 files changed, 1 insertions, 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 \ |