From a96e4a942d9f71d8aee9ca88ef718f7563ed5fa4 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 1 May 2021 14:18:28 +0200 Subject: net/tsclient: remove pkgconf calls tsclient is always built with gnome disable, meaning it does not need anymore the cflags from libgnomeui --- net/tsclient/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/tsclient/Makefile b/net/tsclient/Makefile index c38b7160ff81..3bee07b9ad0b 100644 --- a/net/tsclient/Makefile +++ b/net/tsclient/Makefile @@ -18,8 +18,8 @@ USES= gettext gmake gnome libtool pathfix pkgconfig USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gnome -CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0` -LIBS+= -L${LOCALBASE}/lib `pkg-config --libs libgnomeui-2.0` +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib PORTDOCS= COPYING NEWS README -- cgit v1.2.3