diff options
author | kris <kris@FreeBSD.org> | 2000-01-31 11:22:03 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-01-31 11:22:03 +0800 |
commit | 08966c5042f941c909b34e11ec86960ec3a95b0c (patch) | |
tree | ad8425d729c098bf6b51c340939eece76a533826 /games | |
parent | 05a3b38a2c9f2b331ebe262ce3d1e674eadcc236 (diff) | |
download | freebsd-ports-gnome-08966c5042f941c909b34e11ec86960ec3a95b0c.tar.gz freebsd-ports-gnome-08966c5042f941c909b34e11ec86960ec3a95b0c.tar.zst freebsd-ports-gnome-08966c5042f941c909b34e11ec86960ec3a95b0c.zip |
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
Diffstat (limited to 'games')
-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= |