Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2020 21:34:29 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531559 - head/devel/geany-plugin-multiterm
Message-ID:  <202004122134.03CLYTfY079322@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Sun Apr 12 21:34:28 2020
New Revision: 531559
URL: https://svnweb.freebsd.org/changeset/ports/531559

Log:
  Fix USES=gl usage. remove BROKEN.

Modified:
  head/devel/geany-plugin-multiterm/Makefile

Modified: head/devel/geany-plugin-multiterm/Makefile
==============================================================================
--- head/devel/geany-plugin-multiterm/Makefile	Sun Apr 12 21:32:42 2020	(r531558)
+++ head/devel/geany-plugin-multiterm/Makefile	Sun Apr 12 21:34:28 2020	(r531559)
@@ -8,14 +8,13 @@ CATEGORIES=	devel
 MAINTAINER=	madpilot@FreeBSD.org
 COMMENT=	Geany plugin: ${${GEANY_PLUGIN}_DESC}
 
-BROKEN=		need to specify gl component with USE_GL
-
 BUILD_DEPENDS=	valac:lang/vala
 LIB_DEPENDS=	libgeany.so:devel/geany@gtk2
 
 FLAVORS=	# intentionally left empty
 
 USES=		gl xorg
+USE_GL=	gl
 USE_GNOME=	vte
 USE_XORG=	x11 xext
 



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