diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-07-01 18:12:17 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-07-01 18:12:17 +0000 |
commit | ef75c41b9e9b11bbe9c0a7435a103cdd0cadc7ca (patch) | |
tree | e99ea6417fb84705192e980f01506ffab28fe34f | |
parent | 1fd232376e5afaf3421c6b79a9fa3660f266006d (diff) | |
download | ports-ef75c41b9e9b11bbe9c0a7435a103cdd0cadc7ca.tar.gz ports-ef75c41b9e9b11bbe9c0a7435a103cdd0cadc7ca.zip |
Notes
-rw-r--r-- | games/tome4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tome4/Makefile b/games/tome4/Makefile index e8ae229f4a88..cdbbf3a46580 100644 --- a/games/tome4/Makefile +++ b/games/tome4/Makefile @@ -25,7 +25,7 @@ DESKTOP_ENTRIES="ToME 4" "" "${PORTNAME}" \ PLIST_SUB= PORTVERSION=${PORTVERSION} WRKSRC= ${WRKDIR}/t-engine4-src-${PORTVERSION} MAKE_ARGS+= config=release verbose=yes ARCH="" CC=${CC} -USES= gl gmake openal:al tar:bzip2 +USES= gl gmake openal:al sdl tar:bzip2 USE_SDL= image2 sdl2 ttf2 USE_GL= gl glu USE_CSTD= gnu89 |