diff options
author | pav <pav@FreeBSD.org> | 2010-12-08 14:47:34 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-12-08 14:47:34 +0000 |
commit | 1c2187ac134cb87774a768e72cdcdcb0bc863975 (patch) | |
tree | 87044dc34d62c13e8502b41292a82ff7c910c7ca | |
parent | 38959671291d204ff96c81e762782a6f42afd417 (diff) | |
download | FreeBSD-ports-1c2187ac134cb87774a768e72cdcdcb0bc863975.zip FreeBSD-ports-1c2187ac134cb87774a768e72cdcdcb0bc863975.tar.gz |
- Chase directfb update
-rw-r--r-- | games/freesci/Makefile | 2 | ||||
-rw-r--r-- | www/links/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/freesci/Makefile b/games/freesci/Makefile index 447a892..69d2962 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 diff --git a/www/links/Makefile b/www/links/Makefile index b38e5fe..0aed617 100644 --- a/www/links/Makefile +++ b/www/links/Makefile @@ -57,7 +57,7 @@ CONFIGURE_ARGS+= --without-svgalib .endif .ifdef(WITH_DIRECTFB) -LIB_DEPENDS+= directfb-1.4.3:${PORTSDIR}/devel/directfb +LIB_DEPENDS+= directfb-1.4.5:${PORTSDIR}/devel/directfb CONFIGURE_ARGS+= --with-directfb .else CONFIGURE_ARGS+= --without-directfb |