diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 13:01:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 13:01:53 +0000 |
commit | beae873ea667e60f3ca6576139a1b6bd9f9d4e4a (patch) | |
tree | 60e6bd0c1da61d32c96b74fbcafd43dc4b21eaa6 /net/tsclient | |
parent | af5d49a7b64ad9cecbed5d3b574882cc6353b8ba (diff) |
Notes
Diffstat (limited to 'net/tsclient')
-rw-r--r-- | net/tsclient/Makefile | 3 |
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` |