diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-05 22:16:14 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-05 22:16:14 +0000 |
commit | be6c15b5c6de864408ba3f414a57f20ff622a2d0 (patch) | |
tree | 86bd1ae6afedaa57f4eef276444e85b00f8c8e63 /games/glsfcave/Makefile | |
parent | 2428d822895b6225746f9e1d2bed3143711fcf14 (diff) |
Notes
Diffstat (limited to 'games/glsfcave/Makefile')
-rw-r--r-- | games/glsfcave/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/glsfcave/Makefile b/games/glsfcave/Makefile index 43f38613a6aa..33a545cf748d 100644 --- a/games/glsfcave/Makefile +++ b/games/glsfcave/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://user.ecc.u-tokyo.ac.jp/~g650192/glsfcave/ \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Control a ribbon to avoid hitting walls -USES= tar:bzip2 +USES= gl tar:bzip2 USE_GL= glut WRKSRC= ${WRKDIR}/${PORTNAME} |