diff options
author | oliver <oliver@FreeBSD.org> | 2011-03-10 16:21:48 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2011-03-10 16:21:48 +0800 |
commit | 7a10fefa81e3f024ec558bd971e0f2e9b34139ac (patch) | |
tree | 3fce409db1d96781a600925440ef86b828add3c9 /x11-toolkits/gigi | |
parent | b2d13104a2254157a114ff6f2d1951847865bfec (diff) | |
download | freebsd-ports-gnome-7a10fefa81e3f024ec558bd971e0f2e9b34139ac.tar.gz freebsd-ports-gnome-7a10fefa81e3f024ec558bd971e0f2e9b34139ac.tar.zst freebsd-ports-gnome-7a10fefa81e3f024ec558bd971e0f2e9b34139ac.zip |
graphics/cegui: update to 0.7.5
graphics/ogre3d: update to 1.7.2
games/ember: update to 0.6.0
games/freeorion: update to 0.3.13.3795
games/vegastrike: Bump PORTREVISION
x11-toolkits/gigi: Bump PORTREVISION
PR: 153817, 153818
Diffstat (limited to 'x11-toolkits/gigi')
-rw-r--r-- | x11-toolkits/gigi/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/gigi/Makefile b/x11-toolkits/gigi/Makefile index 87cb65fa2277..e8011ddcc079 100644 --- a/x11-toolkits/gigi/Makefile +++ b/x11-toolkits/gigi/Makefile @@ -7,6 +7,7 @@ PORTNAME= gigi PORTVERSION= 0.6.0.813 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -38,9 +39,9 @@ WRKSRC= ${WRKDIR}/gigi/GG .include <bsd.port.pre.mk> .if defined(WITH_OGRE) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libOgreMain-1.6.5.so:${PORTSDIR}/graphics/ogre3d \ +BUILD_DEPENDS+= ${LOCALBASE}/lib/libOgreMain.so:${PORTSDIR}/graphics/ogre3d \ ${LOCALBASE}/lib/libOIS.so:${PORTSDIR}/devel/ois -RUN_DEPENDS+= ${LOCALBASE}/lib/libOgreMain-1.6.5.so:${PORTSDIR}/graphics/ogre3d \ +RUN_DEPENDS+= ${LOCALBASE}/lib/libOgreMain.so:${PORTSDIR}/graphics/ogre3d \ ${LOCALBASE}/lib/libOIS.so:${PORTSDIR}/devel/ois PLIST_SUB+= OGRE="" GIGI_LIBS+= GiGiOgre GiGiOgrePlugin_OIS |