=================================================================== RCS file: /cvs/ports/graphics/devil/Attic/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ports/graphics/devil/Attic/Makefile 2009/09/14 09:39:34 1.1 +++ ports/graphics/devil/Attic/Makefile 2009/09/20 07:53:20 1.2 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2009/09/14 08:39:34 yason Exp $ +# $OpenBSD: Makefile,v 1.2 2009/09/20 06:53:20 yason Exp $ COMMENT = full featured cross-platform image library @@ -30,14 +30,12 @@ LIB_DEPENDS = alleg::devel/allegro \ SDL::devel/sdl \ - glut::graphics/glut \ + glut::graphics/freeglut \ Half,Iex,IlmThread,Imath::graphics/ilmbase \ IlmImf::graphics/openexr \ jasper::graphics/jasper \ tiff::graphics/tiff \ -REGRESS_DEPENDS = ::shells/bash - USE_X11 = Yes USE_LIBTOOL = Yes CONFIGURE_STYLE = gnu @@ -45,16 +43,16 @@ --enable-ILUT \ --with-examples \ ${CONFIGURE_SHARED} -CONFIGURE_ENV = LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread" \ +CONFIGURE_ENV = LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread" \ CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include/" -#NO_REGRESS = Yes +NO_REGRESS = Yes WRKDIST = ${WRKDIR}/${DISTNAME:L} post-extract: .for i in configure build-aux/install-sh - chmod a+x ${WRKSRC}/$i + chmod +x ${WRKSRC}/$i .endfor .include