aboutsummaryrefslogtreecommitdiff
path: root/graphics/bonzomatic
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-02-20 23:09:34 +0000
committerMark Linimon <linimon@FreeBSD.org>2021-02-20 23:09:34 +0000
commitb0ae62195048e7154f1de446a2b9c117bd23e8fc (patch)
treedbf0278f5e1f2699303c7e9fbca8855422dc6526 /graphics/bonzomatic
parent8abc4e26988a1b6ee7aca0797d5e399c84fb443e (diff)
downloadports-b0ae62195048e7154f1de446a2b9c117bd23e8fc.tar.gz
ports-b0ae62195048e7154f1de446a2b9c117bd23e8fc.zip
Pacify portlint in preparation for content commit.
Notes
Notes: svn path=/head/; revision=566193
Diffstat (limited to 'graphics/bonzomatic')
-rw-r--r--graphics/bonzomatic/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/bonzomatic/Makefile b/graphics/bonzomatic/Makefile
index 239682b96106..35a013d21ef4 100644
--- a/graphics/bonzomatic/Makefile
+++ b/graphics/bonzomatic/Makefile
@@ -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>