diff options
Diffstat (limited to 'net/tsclient/Makefile')
-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 3c06d16ce585..59385ccb4ea0 100644 --- a/net/tsclient/Makefile +++ b/net/tsclient/Makefile @@ -15,10 +15,9 @@ RUN_DEPENDS= rdesktop:${PORTSDIR}/net/rdesktop USE_GNOME= gtk20 USES= gettext gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`" CONFIGURE_ARGS= --disable-gnome CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0` -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib `pkg-config --libs libgnomeui-2.0` PORTDOCS= COPYING NEWS README |