diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2011-04-29 05:54:39 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2011-04-29 05:54:39 +0000 |
commit | f91405002357182c07be67b152512e1260668e29 (patch) | |
tree | e81ece2409e89c85c7c3a6978a522acb35a40771 /graphics/ogre3d | |
parent | fae396e41ac770ec6cf0f772a57ca460fcc88c34 (diff) |
Notes
Diffstat (limited to 'graphics/ogre3d')
-rw-r--r-- | graphics/ogre3d/Makefile | 4 | ||||
-rw-r--r-- | graphics/ogre3d/pkg-plist | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile index de38bc419ace..5d0ead4ba74f 100644 --- a/graphics/ogre3d/Makefile +++ b/graphics/ogre3d/Makefile @@ -7,6 +7,7 @@ PORTNAME= ogre3d PORTVERSION= 1.7.2 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= SF/ogre/ogre/${PORTVERSION:C/.[0-9]$//g} DISTNAME= ogre_src_v${PORTVERSION:S/./-/g} @@ -15,7 +16,8 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= A scene-oriented, flexible 3D engine written in C++ LIB_DEPENDS= zzip.13:${PORTSDIR}/devel/zziplib \ - freetype.9:${PORTSDIR}/print/freetype2 + freetype.9:${PORTSDIR}/print/freetype2 \ + freeimage.3:${PORTSDIR}/graphics/freeimage USE_LDCONFIG= YES USE_BZIP2= YES diff --git a/graphics/ogre3d/pkg-plist b/graphics/ogre3d/pkg-plist index 12ef8cf90f61..b40c0fde2c11 100644 --- a/graphics/ogre3d/pkg-plist +++ b/graphics/ogre3d/pkg-plist @@ -66,6 +66,7 @@ include/OGRE/OgreFileSystem.h include/OGRE/OgreFont.h include/OGRE/OgreFontManager.h include/OGRE/OgreFrameListener.h +include/OGRE/OgreFreeImageCodec.h include/OGRE/OgreFrustum.h include/OGRE/OgreGpuProgram.h include/OGRE/OgreGpuProgramManager.h |