1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Use devel/sdl12 instead of devel/sdl10 because the latter is scheduled for

deorbiting.
This commit is contained in:
Maxim Sobolev 2002-04-17 12:52:55 +00:00
parent 1b3c0d7d6c
commit 724610b62d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57808
2 changed files with 13 additions and 6 deletions

View File

@ -13,9 +13,9 @@ DISTNAME= Columns-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl10
LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12
SDL_CONFIG?= ${LOCALBASE}/bin/sdl-config
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
USE_X_PREFIX= yes
GNU_CONFIGURE= yes

View File

@ -1,6 +1,9 @@
--- columns.cc.orig Fri Mar 17 09:52:55 2000
+++ columns.cc Sat Oct 28 03:29:21 2000
@@ -22,7 +22,9 @@
$FreeBSD$
--- columns.cc.orig Fri Mar 17 02:52:55 2000
+++ columns.cc Wed Apr 17 15:48:10 2002
@@ -22,10 +22,12 @@
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
@ -9,4 +12,8 @@
+#endif
#include <stdlib.h>
#include <time.h>
#include <SDL/SDL.h>
-#include <SDL/SDL.h>
+#include <SDL.h>
#define HIGHSCORE_X 10
#define HIGHSCORE_Y 30