diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-01-31 03:22:03 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-01-31 03:22:03 +0000 |
commit | 89e1eec692f45170065a9e2736e61fa62785d10b (patch) | |
tree | b5330b4ead399db0026488a72eb4cce59f44b713 /games/columns | |
parent | Chase the checksum. diff -ruN reports no differences. (diff) |
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
Notes
Notes:
svn path=/head/; revision=25334
Diffstat (limited to 'games/columns')
-rw-r--r-- | games/columns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/columns/Makefile b/games/columns/Makefile index 9fe6f24ef602..6c8c04cab7be 100644 --- a/games/columns/Makefile +++ b/games/columns/Makefile @@ -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= |