aboutsummaryrefslogtreecommitdiff
path: root/games/frogatto
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2021-08-29 16:28:32 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2021-08-29 16:29:43 +0000
commit9e9956359dd9947e41a1731f182abbd39114b00c (patch)
tree2ce19d70938dd543157457307ee49b2f8ee90d9c /games/frogatto
parent67ba9d5ebe8306b487e01794c9f841610b824a81 (diff)
downloadports-9e9956359dd9947e41a1731f182abbd39114b00c.tar.gz
ports-9e9956359dd9947e41a1731f182abbd39114b00c.zip
Diffstat (limited to 'games/frogatto')
-rw-r--r--games/frogatto/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/games/frogatto/Makefile b/games/frogatto/Makefile
index 7cb12bcbb18e..420db7a8dd85 100644
--- a/games/frogatto/Makefile
+++ b/games/frogatto/Makefile
@@ -18,11 +18,9 @@ LICENSE_PERMS_FROGATTO= dist-mirror pkg-mirror auto-accept
LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
libpng.so:graphics/png
-USE_GITHUB= yes
-GH_ACCOUNT= frogatto
-
USES= compiler:c++11-lang dos2unix gl gmake pkgconfig sdl
ALL_TARGET= game server
+USE_GITHUB= yes
USE_GL= glew glu
USE_SDL= sdl image mixer ttf
USE_CXXSTD= c++11