diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-12-08 14:47:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-12-08 14:47:34 +0000 |
commit | 974e291fa54a4c0d8fb79d6da01f44a6d48abc81 (patch) | |
tree | 3e565da183ea9465f7334d392977997432e9c9a4 /games/freesci/Makefile | |
parent | 03073bc4da76524c553597c54279b1e6276175c5 (diff) | |
download | ports-974e291fa54a4c0d8fb79d6da01f44a6d48abc81.tar.gz ports-974e291fa54a4c0d8fb79d6da01f44a6d48abc81.zip |
Notes
Diffstat (limited to 'games/freesci/Makefile')
-rw-r--r-- | games/freesci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/freesci/Makefile b/games/freesci/Makefile index 447a8923c5ae..69d296246821 100644 --- a/games/freesci/Makefile +++ b/games/freesci/Makefile @@ -60,7 +60,7 @@ CONFIGURE_ARGS+= --without-sdl .endif .if defined(WITH_DIRECTFB) && !defined(WITHOUT_DIRECTFB) -LIB_DEPENDS+= directfb-1.4.3:${PORTSDIR}/devel/directfb +LIB_DEPENDS+= directfb-1.4.5:${PORTSDIR}/devel/directfb CONFIGURE_ARGS+= --with-directfb-include=${LOCALBASE}/include/directfb \ --with-directfb-libraries=${LOCALBASE}/lib .else |