diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2009-12-03 15:04:25 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2009-12-03 15:04:25 +0000 |
commit | 49b445dd964e3757effe4f265ce0752d931ce966 (patch) | |
tree | 1512e691821df83d888cc512b5665fc834e49421 /x11-toolkits | |
parent | a5deb8c9aa536a59e3a3e06eac5ea94cc0c07e88 (diff) | |
download | ports-49b445dd964e3757effe4f265ce0752d931ce966.tar.gz ports-49b445dd964e3757effe4f265ce0752d931ce966.zip |
Notes
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 eed20a439fa8..d154cbdf5bee 100644 --- a/x11-toolkits/gigi/Makefile +++ b/x11-toolkits/gigi/Makefile @@ -7,7 +7,7 @@ PORTNAME= gigi PORTVERSION= 0.6.0.729 -PORTREVISION= 2 +PORTREVISION= 3 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.3.so:${PORTSDIR}/graphics/ogre3d \ +BUILD_DEPENDS+= ${LOCALBASE}/lib/libOgreMain-1.6.4.so:${PORTSDIR}/graphics/ogre3d \ ${LOCALBASE}/lib/libOIS.so:${PORTSDIR}/devel/ois -RUN_DEPENDS+= ${LOCALBASE}/lib/libOgreMain-1.6.3.so:${PORTSDIR}/graphics/ogre3d \ +RUN_DEPENDS+= ${LOCALBASE}/lib/libOgreMain-1.6.4.so:${PORTSDIR}/graphics/ogre3d \ ${LOCALBASE}/lib/libOIS.so:${PORTSDIR}/devel/ois PLIST_SUB+= OGRE="" GIGI_LIBS+= GiGiOgre GiGiOgrePlugin_OIS |