diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-04-26 08:01:45 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-04-26 08:01:45 +0000 |
commit | 7f590c43c2cd229f410976b13837b9ac7ac3034d (patch) | |
tree | b0c0fb2149906c90cafa07eec42dee61d50e8dd9 /graphics/ogre3d12 | |
parent | 834f080e41542b2d9d64f9ec7cfb913ff4eb564d (diff) |
Notes
Diffstat (limited to 'graphics/ogre3d12')
-rw-r--r-- | graphics/ogre3d12/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/ogre3d12/Makefile b/graphics/ogre3d12/Makefile index 0369d6745d4a..c3c6380288e4 100644 --- a/graphics/ogre3d12/Makefile +++ b/graphics/ogre3d12/Makefile @@ -7,6 +7,7 @@ PORTNAME= ogre3d PORTVERSION= 1.0.7 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=ogre @@ -15,7 +16,7 @@ DISTNAME= ogre-linux_osx-v${PORTVERSION:S/./-/g} MAINTAINER= oliver@FreeBSD.org COMMENT= A scene-oriented, flexible 3D engine written in C++ -LIB_DEPENDS= zzip.10:${PORTSDIR}/devel/zziplib \ +LIB_DEPENDS= zzip.13:${PORTSDIR}/devel/zziplib \ CEGUIBase.0:${PORTSDIR}/graphics/cegui WRKSRC= ${WRKDIR}/ogrenew |