diff options
author | oliver <oliver@FreeBSD.org> | 2012-01-26 15:59:51 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2012-01-26 15:59:51 +0800 |
commit | 8da8cd8b1fb953422c2d1a60b5e45fbd1dba0f9e (patch) | |
tree | 36bd2909ad30fa4a791829b068ebd3e389496c03 /graphics/cegui | |
parent | 4e2ad84165c5fc29775444b83a7fa24dcd1a69ab (diff) | |
download | freebsd-ports-gnome-8da8cd8b1fb953422c2d1a60b5e45fbd1dba0f9e.tar.gz freebsd-ports-gnome-8da8cd8b1fb953422c2d1a60b5e45fbd1dba0f9e.tar.zst freebsd-ports-gnome-8da8cd8b1fb953422c2d1a60b5e45fbd1dba0f9e.zip |
update ogre to 1.7.4
bump PORTREVISION on affected ports
Diffstat (limited to 'graphics/cegui')
-rw-r--r-- | graphics/cegui/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile index 39d5d945ddc6..6cb22134d98e 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -7,7 +7,7 @@ PORTNAME= cegui PORTVERSION= 0.7.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics devel MASTER_SITES= SF/crayzedsgui/CEGUI%20Mk-2/0.7.5 DISTNAME= ${PORTNAME:U}-${PORTVERSION} @@ -18,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.3:${PORTSDIR}/graphics/ogre3d -RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.7.3:${PORTSDIR}/graphics/ogre3d +BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.7.4:${PORTSDIR}/graphics/ogre3d +RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.7.4:${PORTSDIR}/graphics/ogre3d WRKSRC= ${WRKDIR}/${DISTNAME:S/2b/2/} CONFIGURE_ARGS= --disable-toluacegui --disable-irrlicht-renderer \ |