add a dependency to freeimage to allow building of games/ember 0.6.1
PORTREVISION bumped
This commit is contained in:
parent
fae396e41a
commit
f914050023
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273314
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue