=================================================================== RCS file: /cvs/ports/games/smc/Attic/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ports/games/smc/Attic/Makefile 2009/06/09 13:41:52 1.1 +++ ports/games/smc/Attic/Makefile 2009/09/07 22:16:43 1.2 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2009/06/09 12:41:52 yason Exp $ +# $OpenBSD: Makefile,v 1.2 2009/09/07 21:16:43 yason Exp $ #ONLY_FOR_ARCHS = ??? #NOT_FOR_ARCHS = ??? #SHARED_ONLY = ??? @@ -8,7 +8,7 @@ COMMENT = two-dimensional platform game # COMMENT-foo = ??? for multi packages -DISTNAME = smc-1.8 +DISTNAME = smc-1.9 #PKGNAME = ??? #PKGNAME-foo = ??? for multi packages @@ -33,9 +33,10 @@ MODULES = devel/gettext \ textproc/intltool -#BUILD_DEPENDS = ??? -#RUN_DEPENDS = ??? -LIB_DEPENDS = SDL::devel/sdl \ + +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 \