svn commit: r538443 - head/devel/libgnt

Steve Wills swills at FreeBSD.org
Wed Jun 10 22:46:28 UTC 2020


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>


More information about the svn-ports-all mailing list