diff options
author | oliver <oliver@FreeBSD.org> | 2009-10-16 01:04:42 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2009-10-16 01:04:42 +0800 |
commit | 56ce5cbae4360e1dfc873db0d3c86a0ca7e4dad9 (patch) | |
tree | 8899ec50817272b74c6ea5d6307dfa2cf185a820 /x11-toolkits | |
parent | 7dd1ce8d7e95fe20ed841976850e21d003a43ba4 (diff) | |
download | freebsd-ports-gnome-56ce5cbae4360e1dfc873db0d3c86a0ca7e4dad9.tar.gz freebsd-ports-gnome-56ce5cbae4360e1dfc873db0d3c86a0ca7e4dad9.tar.zst freebsd-ports-gnome-56ce5cbae4360e1dfc873db0d3c86a0ca7e4dad9.zip |
update graphics/ogre3d to 1.6.3
bump PORTREVISION on affected ports
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gigi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/gigi/Makefile b/x11-toolkits/gigi/Makefile index 843fe7a5d8da..eed20a439fa8 100644 --- a/x11-toolkits/gigi/Makefile +++ b/x11-toolkits/gigi/Makefile @@ -7,7 +7,7 @@ PORTNAME= gigi PORTVERSION= 0.6.0.729 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -39,9 +39,9 @@ WRKSRC= ${WRKDIR}/gigi/GG .include <bsd.port.pre.mk> .if defined(WITH_OGRE) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libOgreMain-1.6.2.so:${PORTSDIR}/graphics/ogre3d \ +BUILD_DEPENDS+= ${LOCALBASE}/lib/libOgreMain-1.6.3.so:${PORTSDIR}/graphics/ogre3d \ ${LOCALBASE}/lib/libOIS.so:${PORTSDIR}/devel/ois -RUN_DEPENDS+= ${LOCALBASE}/lib/libOgreMain-1.6.2.so:${PORTSDIR}/graphics/ogre3d \ +RUN_DEPENDS+= ${LOCALBASE}/lib/libOgreMain-1.6.3.so:${PORTSDIR}/graphics/ogre3d \ ${LOCALBASE}/lib/libOIS.so:${PORTSDIR}/devel/ois PLIST_SUB+= OGRE="" GIGI_LIBS+= GiGiOgre GiGiOgrePlugin_OIS |