diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-02-20 17:11:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-02-20 17:11:06 +0000 |
commit | b6b3c20cfc2cd0bdc44bef5af475bc7d70d674e0 (patch) | |
tree | 5f6cbf8c52c22b0b35249723a6f217d86137d33f /games/spring | |
parent | 5838d5a8dd6fc645062686b34ebbc777e09a95e5 (diff) | |
download | ports-b6b3c20cfc2cd0bdc44bef5af475bc7d70d674e0.tar.gz ports-b6b3c20cfc2cd0bdc44bef5af475bc7d70d674e0.zip |
Notes
Diffstat (limited to 'games/spring')
-rw-r--r-- | games/spring/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |