diff options
author | miwi <miwi@FreeBSD.org> | 2009-02-21 01:11:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-02-21 01:11:06 +0800 |
commit | 1bae88d72da28419ec60c92d68abeb02c96a9775 (patch) | |
tree | 7357182597204c131df98db6254583c7a9a2d44f /games | |
parent | 6e08ccf243b7af55d549d30194d7f5eeaf9cb465 (diff) | |
download | freebsd-ports-gnome-1bae88d72da28419ec60c92d68abeb02c96a9775.tar.gz freebsd-ports-gnome-1bae88d72da28419ec60c92d68abeb02c96a9775.tar.zst freebsd-ports-gnome-1bae88d72da28419ec60c92d68abeb02c96a9775.zip |
- Chase devil shlib bump
Diffstat (limited to 'games')
-rw-r--r-- | games/love/Makefile | 3 | ||||
-rw-r--r-- | games/spring/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/games/love/Makefile b/games/love/Makefile index 8184d58d9b25..3f0411c06ee1 100644 --- a/games/love/Makefile +++ b/games/love/Makefile @@ -7,13 +7,14 @@ PORTNAME= love DISTVERSION= 0.5-0 +PORTREVISION= 1 CATEGORIES= games devel MASTER_SITES= SF MAINTAINER= amdmi3@FreeBSD.org COMMENT= Open-source 2D game engine -LIB_DEPENDS= IL.1:${PORTSDIR}/graphics/devil \ +LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \ physfs-1.0.1:${PORTSDIR}/devel/physfs \ freetype.9:${PORTSDIR}/print/freetype2 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost diff --git a/games/spring/Makefile b/games/spring/Makefile index 40b50c337716..b5ccf1ce3d14 100644 --- a/games/spring/Makefile +++ b/games/spring/Makefile @@ -7,6 +7,7 @@ PORTNAME= spring PORTVERSION= 0.77b5 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://spring.clan-sy.com/dl/ \ http://mirror.amdmi3.ru/ @@ -19,7 +20,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ openal.0:${PORTSDIR}/audio/openal \ GLEW.1:${PORTSDIR}/graphics/glew \ boost_thread.4:${PORTSDIR}/devel/boost \ - IL.1:${PORTSDIR}/graphics/devil \ + IL.2:${PORTSDIR}/graphics/devil \ ogg.5:${PORTSDIR}/audio/libogg \ vorbis.4:${PORTSDIR}/audio/libvorbis BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip |