diff options
author | acm <acm@FreeBSD.org> | 2010-11-18 13:19:14 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2010-11-18 13:19:14 +0800 |
commit | 5579100c7576a1f26dff16878484e004bf5b9330 (patch) | |
tree | 1a3290ff93dd9657f4fccc3fb318036fa4e0cf61 /games | |
parent | 617d262164ef9acdd20bb081b16b0a3f7cd4caa0 (diff) | |
download | freebsd-ports-gnome-5579100c7576a1f26dff16878484e004bf5b9330.tar.gz freebsd-ports-gnome-5579100c7576a1f26dff16878484e004bf5b9330.tar.zst freebsd-ports-gnome-5579100c7576a1f26dff16878484e004bf5b9330.zip |
- Update bullet to 2.77
- Bump PORTREVISION
Diffstat (limited to 'games')
-rw-r--r-- | games/freeorion/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/freeorion/Makefile b/games/freeorion/Makefile index f71748ee87f7..b8f12473fa2d 100644 --- a/games/freeorion/Makefile +++ b/games/freeorion/Makefile @@ -7,7 +7,7 @@ PORTNAME= freeorion PORTVERSION= 0.3.13.3318 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= oliver @@ -19,8 +19,8 @@ LIB_DEPENDS= GiGi.0:${PORTSDIR}/x11-toolkits/gigi \ graph:${PORTSDIR}/graphics/graphviz \ log4cpp.4:${PORTSDIR}/devel/log4cpp \ vorbisfile.6:${PORTSDIR}/audio/libvorbis -RUN_DEPENDS= ${LOCALBASE}/lib/libbulletmath.a:${PORTSDIR}/devel/bullet -BUILD_DEPENDS= ${LOCALBASE}/lib/libbulletmath.a:${PORTSDIR}/devel/bullet +RUN_DEPENDS= ${LOCALBASE}/lib/libLinearMath.a:${PORTSDIR}/devel/bullet +BUILD_DEPENDS= ${LOCALBASE}/lib/libLinearMath.a:${PORTSDIR}/devel/bullet USE_GCC= 4.4+ USE_BZIP2= yes |