=================================================================== RCS file: /cvs/ports/games/asc/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ports/games/asc/Makefile 2010/10/26 05:40:15 1.6 +++ ports/games/asc/Makefile 2011/03/04 12:30:43 1.7 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2010/10/26 04:40:15 yason Exp $ +# $OpenBSD: Makefile,v 1.7 2011/03/04 12:30:43 yason Exp $ COMMENT = turn based strategy game @@ -21,17 +21,17 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=asc-hq/} EXTRACT_SUFX = .tar.bz2 -BUILD_DEPENDS = ::archivers/zip +BUILD_DEPENDS = archivers/zip -LIB_DEPENDS = SDL_image::devel/sdl-image \ - SDL_mixer::devel/sdl-mixer \ - SDL_sound::devel/sdl-sound \ - boost_regex::devel/boost \ - bz2::archivers/bzip2 \ - lua::lang/lua \ - physfs::devel/physfs \ +LIB_DEPENDS = archivers/bzip2 \ + devel/boost \ sigc.>=2:libsigc++->=1,<2:devel/libsigc++ \ - xvidcore::multimedia/xvidcore + devel/physfs \ + devel/sdl-image \ + devel/sdl-mixer \ + devel/sdl-sound \ + lang/lua \ + multimedia/xvidcore USE_GMAKE = Yes