Skip to content
Snippets Groups Projects
Commit a96e4a94 authored by baptiste daroussin's avatar baptiste daroussin
Browse files

net/tsclient: remove pkgconf calls

tsclient is always built with gnome disable, meaning it does not need
anymore the cflags from libgnomeui
parent 01c31e55
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment