net/tsclient: remove pkgconf calls

tsclient is always built with gnome disable, meaning it does not need
anymore the cflags from libgnomeui
This commit is contained in:
Baptiste Daroussin 2021-05-01 14:18:28 +02:00
parent 01c31e5536
commit a96e4a942d

View file

@ -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