diff options
author | gerald <gerald@FreeBSD.org> | 2009-05-10 01:31:27 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-05-10 01:31:27 +0800 |
commit | e06d6f8a86948aa1aef1f345915e83313bf23fe0 (patch) | |
tree | 722272b3195a2e7419701c39b34b21c6fa53beda /games | |
parent | 11e3a1589c9ce9960d81690c771bdd03bf9b82e8 (diff) | |
download | freebsd-ports-gnome-e06d6f8a86948aa1aef1f345915e83313bf23fe0.tar.gz freebsd-ports-gnome-e06d6f8a86948aa1aef1f345915e83313bf23fe0.tar.zst freebsd-ports-gnome-e06d6f8a86948aa1aef1f345915e83313bf23fe0.zip |
Replace USE_GCC=4.3 by USE_GCC=4.3+.
Approved by: oliver (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/freeorion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/freeorion/Makefile b/games/freeorion/Makefile index 9288814e586a..9d1436402584 100644 --- a/games/freeorion/Makefile +++ b/games/freeorion/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= GiGi.0:${PORTSDIR}/x11-toolkits/gigi \ RUN_DEPENDS= ${LOCALBASE}/lib/libbulletmath.a:${PORTSDIR}/devel/bullet BUILD_DEPENDS= ${LOCALBASE}/lib/libbulletmath.a:${PORTSDIR}/devel/bullet -USE_GCC= 4.3 +USE_GCC= 4.3+ USE_BZIP2= yes USE_PYTHON= yes USE_SCONS= yes |