=================================================================== RCS file: /cvs/ports/games/smc/Attic/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ports/games/smc/Attic/Makefile 2009/09/08 05:38:13 1.3 +++ ports/games/smc/Attic/Makefile 2010/10/27 04:54:47 1.4 @@ -1,5 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2009/09/08 04:38:13 yason Exp $ -BROKEN = requires boost>=1.36 +# $OpenBSD: Makefile,v 1.4 2010/10/27 03:54:47 yason Exp $ COMMENT = two-dimensional platform game @@ -17,7 +16,7 @@ PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes -WANTLIB = GL GLU X11 c iconv m png pthread stdc++ z +WANTLIB = GL GLU SDL X11 c iconv m png pthread stdc++ z MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=smclone/} EXTRACT_SUFX = .tar.bz2 @@ -27,13 +26,11 @@ LIB_DEPENDS = CEGUIBase::graphics/cegui \ CEGUIOpenGLRenderer::graphics/cegui \ - SDL::devel/sdl \ SDL_image::devel/sdl-image \ SDL_mixer::devel/sdl-mixer \ SDL_ttf::devel/sdl-ttf \ boost_filesystem::devel/boost -USE_X11 = Yes CONFIGURE_STYLE = gnu #CONFIGURE_ARGS = --disable-nls CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng \