aboutsummaryrefslogtreecommitdiff
path: root/net/tsclient
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-06 13:01:53 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-06 13:01:53 +0000
commitbeae873ea667e60f3ca6576139a1b6bd9f9d4e4a (patch)
tree60e6bd0c1da61d32c96b74fbcafd43dc4b21eaa6 /net/tsclient
parentaf5d49a7b64ad9cecbed5d3b574882cc6353b8ba (diff)
downloadports-beae873ea667e60f3ca6576139a1b6bd9f9d4e4a.tar.gz
ports-beae873ea667e60f3ca6576139a1b6bd9f9d4e4a.zip
Add an explicit dependency on pkgconf
Notes
Notes: svn path=/head/; revision=326494
Diffstat (limited to 'net/tsclient')
-rw-r--r--net/tsclient/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/tsclient/Makefile b/net/tsclient/Makefile
index 48d4345b0b4e..8c82ecbf958b 100644
--- a/net/tsclient/Makefile
+++ b/net/tsclient/Makefile
@@ -14,8 +14,7 @@ RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop
USE_AUTOTOOLS= libtool
USE_GNOME= gtk20
-USE_GMAKE= yes
-USES= gettext
+USES= gettext gmake pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`"
CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`