Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Feb 2021 23:09:34 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r566193 - head/graphics/bonzomatic
Message-ID:  <202102202309.11KN9Ydk052388@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Feb 20 23:09:34 2021
New Revision: 566193
URL: https://svnweb.freebsd.org/changeset/ports/566193

Log:
  Pacify portlint in preparation for content commit.

Modified:
  head/graphics/bonzomatic/Makefile

Modified: head/graphics/bonzomatic/Makefile
==============================================================================
--- head/graphics/bonzomatic/Makefile	Sat Feb 20 21:37:02 2021	(r566192)
+++ head/graphics/bonzomatic/Makefile	Sat Feb 20 23:09:34 2021	(r566193)
@@ -16,12 +16,12 @@ LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 		libglfw.so:graphics/glfw
 BUILD_DEPENDS=	${LOCALBASE}/include/stb/stb_image.h:devel/stb
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	Gargaj
-GH_PROJECT=	Bonzomatic
-
 USES=		cmake gl localbase:ldflags pkgconfig xorg
 USE_GL=		gl glu glew
 USE_XORG=	x11 xext xrandr xinerama xcursor xi
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	Gargaj
+GH_PROJECT=	Bonzomatic
 
 .include <bsd.port.mk>



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