diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
commit | 39fc32e82863cce17f070122d498ce82cf7ea7af (patch) | |
tree | fc8323f5d400038235fda42a6096107239789049 /graphics/cegui | |
parent | ca9574e7df6ddd6a18e6234bc0f210d734a2d092 (diff) |
Notes
Diffstat (limited to 'graphics/cegui')
-rw-r--r-- | graphics/cegui/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile index 7aa89ee3043c..619162d6f515 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -3,6 +3,7 @@ PORTNAME= cegui PORTVERSION= 0.8.3 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= SF/crayzedsgui/CEGUI%20Mk-2/0.8 @@ -11,7 +12,7 @@ COMMENT= A library providing windowing and widgets for graphics APIs LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \ pcre.3:${PORTSDIR}/devel/pcre \ - freetype.9:${PORTSDIR}/print/freetype2 \ + libfreetype.so:${PORTSDIR}/print/freetype2 \ execinfo:${PORTSDIR}/devel/libexecinfo BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.9.0:${PORTSDIR}/graphics/ogre3d \ ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm |