aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2008-05-30 21:25:11 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2008-05-30 21:25:11 +0000
commit9eea2ad9ef0a0ffd5571a8b62f46bdda0fd73d57 (patch)
tree19de425a781ec8cc8f8486c7b90709f89700f34f /games
parent489e0e17370b162bcb8fdfe3e5e99b003db63bfd (diff)
downloadports-9eea2ad9ef0a0ffd5571a8b62f46bdda0fd73d57.tar.gz
ports-9eea2ad9ef0a0ffd5571a8b62f46bdda0fd73d57.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/freesci/Makefile6
1 files changed, 3 insertions, 3 deletions
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