Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2020 22:46:28 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538443 - head/devel/libgnt
Message-ID:  <202006102246.05AMkSt8030806@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Jun 10 22:46:27 2020
New Revision: 538443
URL: https://svnweb.freebsd.org/changeset/ports/538443

Log:
  devel/libgnt: remove unnecessary gtk dependency

Modified:
  head/devel/libgnt/Makefile   (contents, props changed)

Modified: head/devel/libgnt/Makefile
==============================================================================
--- head/devel/libgnt/Makefile	Wed Jun 10 21:21:06 2020	(r538442)
+++ head/devel/libgnt/Makefile	Wed Jun 10 22:46:27 2020	(r538443)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libgnt
 PORTVERSION=	2.14.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SF/pidgin/${PORTNAME}/${PORTVERSION}/
 
@@ -14,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	gtkdoc-scan:textproc/gtk-doc
 
 USES=		gettext-runtime gnome meson pkgconfig tar:xz
-USE_GNOME=	glib20 gtk30
+USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>



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