diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2009-10-15 17:04:42 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2009-10-15 17:04:42 +0000 |
commit | 989e286bdee7b090eabb40886dbb457951a65c29 (patch) | |
tree | c6da6b51e5f431554de7f5d6ebfdc15592206416 /x11-toolkits/gigi | |
parent | d5349e197164b944a30a325b578ad98ed923166e (diff) | |
download | ports-989e286bdee7b090eabb40886dbb457951a65c29.tar.gz ports-989e286bdee7b090eabb40886dbb457951a65c29.zip |
Notes
Diffstat (limited to 'x11-toolkits/gigi')
-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 |