From 645d6f3d72acb165c9f5025c23efda67ed14e290 Mon Sep 17 00:00:00 2001 From: gahr Date: Fri, 30 May 2008 21:25:11 +0000 Subject: - Chase devel/directfb SHLIB bump Approved by: miwi (mentor) --- games/freesci/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games') diff --git a/games/freesci/Makefile b/games/freesci/Makefile index 5447a7634699..48e567fc6e88 100644 --- a/games/freesci/Makefile +++ b/games/freesci/Makefile @@ -7,7 +7,7 @@ PORTNAME= freesci PORTVERSION= 0.3.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games emulators MASTER_SITES= http://www-plan.cs.colorado.edu/creichen/${PORTNAME}/ \ http://teksolv.de/~jameson/ @@ -45,7 +45,7 @@ CFLAGS+= -ffast-math .if ${HAVE_SDL:Msdl}!="" WITH_SDL= yes .endif -.if exists(${LOCALBASE}/lib/libdirectfb-0.9.so.16) +.if exists(${LOCALBASE}/lib/libdirectfb-1.1.so.1) WITH_DIRECTFB= yes .endif .if exists(${LOCALBASE}/lib/libggi.so.2) @@ -64,7 +64,7 @@ CONFIGURE_ARGS+= --without-sdl .endif .if defined(WITH_DIRECTFB) && !defined(WITHOUT_DIRECTFB) -LIB_DEPENDS+= directfb-0.9.16:${PORTSDIR}/devel/directfb +LIB_DEPENDS+= directfb-1.1.1:${PORTSDIR}/devel/directfb CONFIGURE_ARGS+= --with-directfb-include=${LOCALBASE}/include/directfb \ --with-directfb-libraries=${LOCALBASE}/lib .else -- cgit