aboutsummaryrefslogtreecommitdiff
path: root/graphics/ogre3d
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2007-05-25 17:49:31 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2007-05-25 17:49:31 +0000
commitf9e0b1c47ecbc17299f85df4a4ecf77fde9d3be5 (patch)
tree845ba6475ecf6fa52d462c2b8cc4ced83d93b068 /graphics/ogre3d
parent139b1bbed777244850cb8cf3f06c79f555ef8fa4 (diff)
downloadports-f9e0b1c47ecbc17299f85df4a4ecf77fde9d3be5.tar.gz
ports-f9e0b1c47ecbc17299f85df4a4ecf77fde9d3be5.zip
Notes
Diffstat (limited to 'graphics/ogre3d')
-rw-r--r--graphics/ogre3d/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile
index 33dd53cc3fa9..d050da604a9a 100644
--- a/graphics/ogre3d/Makefile
+++ b/graphics/ogre3d/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ogre3d
PORTVERSION= 1.2.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=ogre
@@ -22,13 +22,14 @@ LIB_DEPENDS= zzip.13:${PORTSDIR}/devel/zziplib \
WRKSRC= ${WRKDIR}/ogrenew
CONFIGURE_ARGS= --disable-cg --program-transform-name= --enable-static --with-platform=SDL \
--with-cppunit-prefix=/nonexistent
-CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include -DNDEBUG"
+CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include -DNDEBUG" \
+ ZZIPLIB_CFLAGS="-I${LOCALBASE}/include" \
+ ZZIPLIB_LIBS="-L${LOCALBASE}/lib -lzzip"
GNU_CONFIGURE= YES
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= YES
-USE_GCC= 3.4+
USE_BZIP2= YES
-USE_X_PREFIX= YES
+USE_XLIB= YES
USE_GNOME= gnomehack
USE_GMAKE= YES
USE_SDL= sdl