git: a96e4a942d9f - main - net/tsclient: remove pkgconf calls

Baptiste Daroussin bapt at FreeBSD.org
Sat May 1 12:42:36 UTC 2021


The branch main has been updated by bapt:

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

commit a96e4a942d9f71d8aee9ca88ef718f7563ed5fa4
Author:     Baptiste Daroussin <bapt at FreeBSD.org>
AuthorDate: 2021-05-01 12:18:28 +0000
Commit:     Baptiste Daroussin <bapt at 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
 


More information about the dev-commits-ports-all mailing list