From 08966c5042f941c909b34e11ec86960ec3a95b0c Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 31 Jan 2000 03:22:03 +0000 Subject: 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 --- games/columns/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/columns') 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= -- cgit