diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-06-03 12:35:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-06-03 12:35:42 +0000 |
commit | e3aede5bc2449c6668fa3e6484b9d8975ef34dc4 (patch) | |
tree | d4b39a7b7fe73c232801a79b9ec016e244a07bd9 /games | |
parent | db4afe76a7a86d90032172a2d6c40e2f74b10a27 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/freesci/Makefile | 7 |
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 |