diff options
author | gahr <gahr@FreeBSD.org> | 2008-05-31 05:25:11 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-05-31 05:25:11 +0800 |
commit | 645d6f3d72acb165c9f5025c23efda67ed14e290 (patch) | |
tree | 6c390a694f04b14125f1a92d540e2254df69e955 /games | |
parent | 0d9308d5ca96bf41162abe30a23bb03f9e8a119b (diff) | |
download | freebsd-ports-gnome-645d6f3d72acb165c9f5025c23efda67ed14e290.tar.gz freebsd-ports-gnome-645d6f3d72acb165c9f5025c23efda67ed14e290.tar.zst freebsd-ports-gnome-645d6f3d72acb165c9f5025c23efda67ed14e290.zip |
- Chase devel/directfb SHLIB bump
Approved by: miwi (mentor)
Diffstat (limited to 'games')
-rw-r--r-- | games/freesci/Makefile | 6 |
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 |