aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorVladimir Druzenko <vvd@FreeBSD.org>2024-04-13 14:36:06 +0000
committerVladimir Druzenko <vvd@FreeBSD.org>2024-04-13 14:39:12 +0000
commit43757efeb94c5864c62a1d58a6ea51aea66cdd9c (patch)
tree1f7adfbb6ba3a75d21159306d57bc8a436ca7b66 /games
parentd866fc74bce5f709bd9232d6f915072198199e1b (diff)
downloadports-43757efeb94c5864c62a1d58a6ea51aea66cdd9c.tar.gz
ports-43757efeb94c5864c62a1d58a6ea51aea66cdd9c.zip
*/*: remove GNU_CONFIGURE_MANPREFIX and pet the portclippy
Approved by: arrowd (mentor)
Diffstat (limited to 'games')
-rw-r--r--games/lwjgl3/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/games/lwjgl3/Makefile b/games/lwjgl3/Makefile
index ba62beff208c..6201422ea2d1 100644
--- a/games/lwjgl3/Makefile
+++ b/games/lwjgl3/Makefile
@@ -50,14 +50,13 @@ LIB_DEPENDS= libdraco.so:archivers/draco \
USES= gl gnome
USE_ANT= yes
-USE_GL= gl
-USE_GNOME= glib20 gtk30
-USE_JAVA= 17+
-
USE_GITHUB= yes
GH_ACCOUNT= LWJGL
GH_PROJECT= ${PORTNAME}${PKGNAMESUFFIX}
GH_TAGNAME= de8bd86
+USE_GL= gl
+USE_GNOME= glib20 gtk30
+USE_JAVA= 17+
MAKE_ARGS= -Dbuild.offline=true \
-Djavadoc.skip=true \