From f9e0b1c47ecbc17299f85df4a4ecf77fde9d3be5 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Fri, 25 May 2007 17:49:31 +0000 Subject: fix build move from X11BASE to LOCALBASE bump PORTREVISION --- graphics/ogre3d/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'graphics/ogre3d') 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 -- cgit v1.2.3