aboutsummaryrefslogtreecommitdiff
path: root/net/tsclient
diff options
context:
space:
mode:
Diffstat (limited to 'net/tsclient')
-rw-r--r--net/tsclient/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/tsclient/Makefile b/net/tsclient/Makefile
index c18274452e9c..013a84a64e15 100644
--- a/net/tsclient/Makefile
+++ b/net/tsclient/Makefile
@@ -7,7 +7,7 @@
PORTNAME= tsclient
PORTVERSION= 0.150
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net gnome
MASTER_SITES= SF
@@ -25,8 +25,9 @@ USE_GNOME= gtk20
USE_GMAKE= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`" \
+ LDFLAGS="-L${LOCALBASE}/lib" \
+ LIBS="`pkg-config --libs libgnomeui-2.0`"
MAN1= tsclient.1
PORTDOCS= COPYING NEWS README