diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 17:18:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 17:18:47 +0000 |
commit | 4e359b8ddca4e6149100343f36507644a62b8ff6 (patch) | |
tree | 5ce607135ad02f2d563fd59bebd6840523ea6b30 /net/remmina-plugins | |
parent | b7b1c2b921ed6d4dd0b52b8980a5adb2e2725630 (diff) |
Notes
Diffstat (limited to 'net/remmina-plugins')
-rw-r--r-- | net/remmina-plugins/bsd.plugin.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/remmina-plugins/bsd.plugin.mk b/net/remmina-plugins/bsd.plugin.mk index 30b67b50920b..77fa8f1faca8 100644 --- a/net/remmina-plugins/bsd.plugin.mk +++ b/net/remmina-plugins/bsd.plugin.mk @@ -8,8 +8,7 @@ LICENSE_FILE= ${WRKSRC}/${PORTNAME}s/COPYING 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} |