LIB_DEPENDS on SDL.1.0.0 instead of SDL.0. This allows it to compile,
but it seems to coredump on startup. Oh well.. Noticed by: bento
This commit is contained in:
parent
b25ce2cccd
commit
89e1eec692
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25334
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.phreax.net/
|
|||
|
||||
MAINTAINER= andy@icc.surw.chel.su
|
||||
|
||||
LIB_DEPENDS= SDL.0:${PORTSDIR}/devel/sdl
|
||||
LIB_DEPENDS= SDL-1.0.0:${PORTSDIR}/devel/sdl
|
||||
|
||||
ALL_TARGET=
|
||||
|
||||
|
|
Loading…
Reference in a new issue