diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-04 01:18:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-04 01:18:47 +0800 |
commit | 10d74f800e30aa659a3ca1f840ea8bb37a78d9b2 (patch) | |
tree | 5ce607135ad02f2d563fd59bebd6840523ea6b30 /net/remmina-plugins | |
parent | 981daeefe048fb84c7bef79b8d1d0c0418e4f47e (diff) | |
download | freebsd-ports-gnome-10d74f800e30aa659a3ca1f840ea8bb37a78d9b2.tar.gz freebsd-ports-gnome-10d74f800e30aa659a3ca1f840ea8bb37a78d9b2.tar.zst freebsd-ports-gnome-10d74f800e30aa659a3ca1f840ea8bb37a78d9b2.zip |
Add an explicit dependency on pkgconf
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} |