aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-05-01 12:18:28 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-05-01 12:42:30 +0000
commita96e4a942d9f71d8aee9ca88ef718f7563ed5fa4 (patch)
tree4fa1d500fe5f2684ff47164acdd258695953ab17
parent01c31e553660ff2bbb29d34ac866e66a44116de0 (diff)
downloadports-a96e4a942d9f71d8aee9ca88ef718f7563ed5fa4.tar.gz
ports-a96e4a942d9f71d8aee9ca88ef718f7563ed5fa4.zip
net/tsclient: remove pkgconf calls
tsclient is always built with gnome disable, meaning it does not need anymore the cflags from libgnomeui
-rw-r--r--net/tsclient/Makefile4
1 files 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