=================================================================== RCS file: /cvs/ports/games/asc/Makefile,v retrieving revision 1.3 retrieving revision 1.6 diff -u -r1.3 -r1.6 --- ports/games/asc/Makefile 2009/08/10 15:04:04 1.3 +++ ports/games/asc/Makefile 2010/10/26 05:40:15 1.6 @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2009/08/10 14:04:04 yason Exp $ +# $OpenBSD: Makefile,v 1.6 2010/10/26 04:40:15 yason Exp $ COMMENT = turn based strategy game -DISTNAME = asc-2.2.0.0 +DISTNAME = asc-2.4.0.0 CATEGORIES = games x11 HOMEPAGE = http://www.asc-hq.org/ @@ -28,18 +28,16 @@ SDL_sound::devel/sdl-sound \ boost_regex::devel/boost \ bz2::archivers/bzip2 \ + lua::lang/lua \ physfs::devel/physfs \ - sigc.>=2::devel/libsigc++ \ + sigc.>=2:libsigc++->=1,<2:devel/libsigc++ \ xvidcore::multimedia/xvidcore -USE_X11 = Yes +USE_GMAKE = Yes CONFIGURE_STYLE = gnu -CONFIGURE_ENV += LDFLAGS="-L${LOCALBASE}/lib -lm -lz -lstdc++ -pthread" \ +CONFIGURE_ENV = LDFLAGS="-L${LOCALBASE}/lib -lm -lz -lstdc++ -pthread" \ CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \ - -USE_LIBTOOL = Yes -USE_GMAKE = Yes .include