aboutsummaryrefslogtreecommitdiff
path: root/games/trackballs
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2018-10-05 10:10:02 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2018-10-05 10:10:02 +0000
commit33f178ede0d659eb53b7d087a8f6fa33418d8a7a (patch)
treef2189578c9b7432c0c6dab878683896270da4d2d /games/trackballs
parentf5975804d89f6510861a92c266abc816cd9b09d9 (diff)
downloadports-33f178ede0d659eb53b7d087a8f6fa33418d8a7a.tar.gz
ports-33f178ede0d659eb53b7d087a8f6fa33418d8a7a.zip
Add missing USES=gl to my ports
Notes
Notes: svn path=/head/; revision=481268
Diffstat (limited to 'games/trackballs')
-rw-r--r--games/trackballs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/trackballs/Makefile b/games/trackballs/Makefile
index a15a163fa3a4..d13c6e6e7141 100644
--- a/games/trackballs/Makefile
+++ b/games/trackballs/Makefile
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libguile-2.0.so:lang/guile2 \
libgc.so:devel/boehm-gc
-USES= cmake desktop-file-utils gettext-runtime gnome pkgconfig
+USES= cmake desktop-file-utils gettext-runtime gl gnome pkgconfig
USE_GITHUB= yes