mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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:
parent
01c31e5536
commit
a96e4a942d
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ USES= gettext gmake gnome libtool pathfix pkgconfig
|
||||||
USE_GNOME= gtk20 intltool
|
USE_GNOME= gtk20 intltool
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --disable-gnome
|
CONFIGURE_ARGS= --disable-gnome
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LIBS+= -L${LOCALBASE}/lib `pkg-config --libs libgnomeui-2.0`
|
LIBS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
PORTDOCS= COPYING NEWS README
|
PORTDOCS= COPYING NEWS README
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue