diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 15:09:24 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 15:09:24 +0800 |
commit | c331f90254c539f5639fd3d928a1a819a1eb935a (patch) | |
tree | d4a7cbf5285b13bca4f02305f8a5f8e6244de28a /net/remmina | |
parent | 7ad4cab78e0d1302ad2cca2841bab7fbf14f207f (diff) | |
download | freebsd-ports-gnome-c331f90254c539f5639fd3d928a1a819a1eb935a.tar.gz freebsd-ports-gnome-c331f90254c539f5639fd3d928a1a819a1eb935a.tar.zst freebsd-ports-gnome-c331f90254c539f5639fd3d928a1a819a1eb935a.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'net/remmina')
-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 \ |