Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 May 2021 12:42:36 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a96e4a942d9f - main - net/tsclient: remove pkgconf calls
Message-ID:  <202105011242.141CgaJI012733@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a96e4a942d9f71d8aee9ca88ef718f7563ed5fa4

commit a96e4a942d9f71d8aee9ca88ef718f7563ed5fa4
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2021-05-01 12:18:28 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2021-05-01 12:42:30 +0000

    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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105011242.141CgaJI012733>