aboutsummaryrefslogtreecommitdiff
path: root/games/3dpong/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/3dpong/Makefile')
-rw-r--r--games/3dpong/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/3dpong/Makefile b/games/3dpong/Makefile
index eb903982e713..071e9fe43c20 100644
--- a/games/3dpong/Makefile
+++ b/games/3dpong/Makefile
@@ -18,7 +18,7 @@ COMMENT= X Window 3D Pong game for 1 or 2 players
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/docs/COPYING.txt
-USES= gmake
+USES= gmake xorg
USE_XORG= x11
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
XLIB="-L${LOCALBASE}/lib -lX11"