=================================================================== RCS file: /cvs/ports/games/asc/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ports/games/asc/Makefile 2009/02/25 17:00:27 1.2 +++ ports/games/asc/Makefile 2009/08/10 15:04:04 1.3 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2009/02/25 17:00:27 yason Exp $ +# $OpenBSD: Makefile,v 1.3 2009/08/10 14:04:04 yason Exp $ COMMENT = turn based strategy game @@ -15,25 +15,27 @@ WANTLIB = FLAC SDL X11 Xext Xau Xdmcp Xrandr Xrender c \ expat freetype iconv jpeg m mikmod ogg png \ - pthread smpeg sndio speex stdc++ tiff usbhid \ - vorbis vorbisenc vorbisfile z + pthread pthread-stubs smpeg sndio speex stdc++ \ + tiff usbhid vorbis vorbisenc vorbisfile xcb z MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=asc-hq/} EXTRACT_SUFX = .tar.bz2 +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 \ physfs::devel/physfs \ - sigc-1.2::devel/libsigc++ \ + sigc.>=2::devel/libsigc++ \ xvidcore::multimedia/xvidcore USE_X11 = Yes CONFIGURE_STYLE = gnu -CONFIGURE_ENV += LDFLAGS="-L${LOCALBASE}/lib -lm -lz -lstdc++" \ +CONFIGURE_ENV += LDFLAGS="-L${LOCALBASE}/lib -lm -lz -lstdc++ -pthread" \ CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \ USE_LIBTOOL = Yes