summaryrefslogtreecommitdiff
path: root/games/freesci
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-06-03 12:35:42 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-06-03 12:35:42 +0000
commite3aede5bc2449c6668fa3e6484b9d8975ef34dc4 (patch)
treed4b39a7b7fe73c232801a79b9ec016e244a07bd9 /games/freesci
parent- Update to 0.1.17 (diff)
- Chase direct-fb update
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
Notes
Notes: svn path=/head/; revision=255657
Diffstat (limited to 'games/freesci')
-rw-r--r--games/freesci/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/games/freesci/Makefile b/games/freesci/Makefile
index 1579e718e741..447a8923c5ae 100644
--- a/games/freesci/Makefile
+++ b/games/freesci/Makefile
@@ -7,7 +7,7 @@
PORTNAME= freesci
PORTVERSION= 0.3.5
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= games emulators
MASTER_SITES= http://www-plan.cs.colorado.edu/creichen/${PORTNAME}/ \
http://teksolv.de/~jameson/
@@ -44,9 +44,6 @@ CFLAGS+= -ffast-math
.if ${HAVE_SDL:Msdl}!=""
WITH_SDL= yes
.endif
-.if exists(${LOCALBASE}/lib/libdirectfb-1.1.so.1)
-WITH_DIRECTFB= yes
-.endif
.if exists(${LOCALBASE}/lib/libggi.so.2)
WITH_GGI= yes
.endif
@@ -63,7 +60,7 @@ CONFIGURE_ARGS+= --without-sdl
.endif
.if defined(WITH_DIRECTFB) && !defined(WITHOUT_DIRECTFB)
-LIB_DEPENDS+= directfb-1.1.1:${PORTSDIR}/devel/directfb
+LIB_DEPENDS+= directfb-1.4.3:${PORTSDIR}/devel/directfb
CONFIGURE_ARGS+= --with-directfb-include=${LOCALBASE}/include/directfb \
--with-directfb-libraries=${LOCALBASE}/lib
.else