diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2012-05-28 21:46:02 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2012-05-28 21:46:02 +0800 |
commit | 0dcaf197caf9b4cf5c9554194fc75c7aae4e0a26 (patch) | |
tree | ffbc51362c58f98460ee8af9a19e365c4eef5882 /games | |
parent | 22223424524cf3ebb76d1d2b95432e0c751f6f15 (diff) | |
download | freebsd-ports-gnome-0dcaf197caf9b4cf5c9554194fc75c7aae4e0a26.tar.gz freebsd-ports-gnome-0dcaf197caf9b4cf5c9554194fc75c7aae4e0a26.tar.zst freebsd-ports-gnome-0dcaf197caf9b4cf5c9554194fc75c7aae4e0a26.zip |
- Enable null renderer in cegui
- Fix cegui library versioning scheme
PR: 167831
Submitted by: myself
Approved by: maintainer timeout (oliver, 2 weeks)
Diffstat (limited to 'games')
-rw-r--r-- | games/ember/Makefile | 4 | ||||
-rw-r--r-- | games/sumwars/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/ember/Makefile b/games/ember/Makefile index e28ecb6b9d9a..0628498264f7 100644 --- a/games/ember/Makefile +++ b/games/ember/Makefile @@ -7,7 +7,7 @@ PORTNAME= ember PORTVERSION= 0.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/worldforge/Ember%20%28OGRE%20client%29/${PORTVERSION} \ http://amber.worldforge.org/ember/releases/stable/ @@ -26,7 +26,7 @@ LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20 \ mercator-0.3.1:${PORTSDIR}/devel/mercator \ wfut-0.2:${PORTSDIR}/devel/libwfut \ boost_thread.4:${PORTSDIR}/devel/boost-libs \ - CEGUIBase-0.7.5:${PORTSDIR}/graphics/cegui + CEGUIBase-0.7.5.0:${PORTSDIR}/graphics/cegui CONFIGURE_ARGS= --with-png-prefix=${LOCALBASE} --enable-binreloc \ --program-transform-name= --disable-cppunit --enable-debug \ diff --git a/games/sumwars/Makefile b/games/sumwars/Makefile index 42ce8d5202d0..1266918ec427 100644 --- a/games/sumwars/Makefile +++ b/games/sumwars/Makefile @@ -7,7 +7,7 @@ PORTNAME= sumwars PORTVERSION= 0.5.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/sumwars/${PORTVERSION} DISTNAME= sumwars-${PORTVERSION}-src @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.7.4:${PORTSDIR}/graphics/ogre3d ${LOCALBASE}/lib/libenet.a:${PORTSDIR}/net/enet RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.7.4:${PORTSDIR}/graphics/ogre3d \ ${LOCALBASE}/lib/libOIS-1.2.0.so:${PORTSDIR}/devel/ois -LIB_DEPENDS= CEGUIBase-0.7.5:${PORTSDIR}/graphics/cegui \ +LIB_DEPENDS= CEGUIBase-0.7.5.0:${PORTSDIR}/graphics/cegui \ vorbis.4:${PORTSDIR}/audio/libvorbis \ PocoNet.12:${PORTSDIR}/devel/poco \ physfs.1:${PORTSDIR}/devel/physfs |