=================================================================== RCS file: /cvs/ports/graphics/ogre3d/Attic/Makefile,v retrieving revision 1.2 retrieving revision 1.4 diff -u -r1.2 -r1.4 --- ports/graphics/ogre3d/Attic/Makefile 2010/08/18 09:50:32 1.2 +++ ports/graphics/ogre3d/Attic/Makefile 2011/10/26 19:12:24 1.4 @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2010/08/18 08:50:32 yason Exp $ +# $OpenBSD: Makefile,v 1.4 2011/10/26 19:12:24 yason Exp $ COMMENT = open-source graphics rendering engine -DISTNAME = ogre_src_v1-7-1 +DISTNAME = ogre_src_v1-7-3 PKGNAME = ${DISTNAME:S/-/./g:S/_src_v/-/} SHARED_LIBS += OgreMain 0.0 @@ -30,16 +30,14 @@ WANTLIB += boost_thread-mt c freeimage freetype m pthread stdc++ z zzip MODULES = devel/cmake -BUILD_DEPENDS = ::devel/doxygen -LIB_DEPENDS = ::archivers/zziplib \ - ::devel/boost \ - ::devel/ois \ - ::graphics/freeimage +BUILD_DEPENDS = devel/doxygen +LIB_DEPENDS = archivers/zziplib \ + devel/boost \ + graphics/freeimage SEPARATE_BUILD = concurrent -USE_X11 = Yes USE_LIBTOOL = Yes -#CONFIGURE_ARGS += -DCMAKE_BUILD_TYPE=Release -DOGRE_BUILD_SAMPLES=TRUE +CONFIGURE_ARGS += -DCMAKE_BUILD_TYPE=Release -DOGRE_BUILD_SAMPLES=TRUE # -DOGRE_BUILD_TESTS=TRUE NO_REGRESS = Yes