diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2011-08-01 06:03:14 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2011-08-01 06:03:14 +0000 |
commit | a234f8033db6d0ccadf66e12b476c76061daae06 (patch) | |
tree | 5a0d6a8a86281998ca6ce1d615e33466d07f4c28 /graphics/cegui | |
parent | 6294b246b1271cb466bf2eca7defa22dd0b9460f (diff) | |
download | ports-a234f8033db6d0ccadf66e12b476c76061daae06.tar.gz ports-a234f8033db6d0ccadf66e12b476c76061daae06.zip |
Notes
Diffstat (limited to 'graphics/cegui')
-rw-r--r-- | graphics/cegui/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile index fb5bb48e58b6..830a30210f52 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -7,6 +7,7 @@ PORTNAME= cegui PORTVERSION= 0.7.5 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= SF/crayzedsgui/CEGUI%20Mk-2/0.7.5 DISTNAME= ${PORTNAME:U}-${PORTVERSION} @@ -17,8 +18,8 @@ COMMENT= A library providing windowing and widgets for graphics APIs LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \ pcre.0:${PORTSDIR}/devel/pcre \ freetype.9:${PORTSDIR}/print/freetype2 -BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.7.2:${PORTSDIR}/graphics/ogre3d -RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.7.2:${PORTSDIR}/graphics/ogre3d +BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.7.3:${PORTSDIR}/graphics/ogre3d +RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.7.3:${PORTSDIR}/graphics/ogre3d WRKSRC= ${WRKDIR}/${DISTNAME:S/2b/2/} CONFIGURE_ARGS= --disable-toluacegui --disable-irrlicht-renderer \ |