=================================================================== RCS file: /cvs/ports/games/glob2/Attic/Makefile,v retrieving revision 1.7 retrieving revision 1.10 diff -u -r1.7 -r1.10 --- ports/games/glob2/Attic/Makefile 2010/08/17 21:56:47 1.7 +++ ports/games/glob2/Attic/Makefile 2011/01/28 07:37:01 1.10 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2010/08/17 20:56:47 yason Exp $ +# $OpenBSD: Makefile,v 1.10 2011/01/28 07:37:01 yason Exp $ COMMENT = innovative strategy game @@ -20,7 +20,7 @@ c fribidi m ogg portaudio pthread speex stdc++ vorbis \ vorbisfile z -MASTER_SITES = http://dl.sv.nongnu.org/releases/glob2/0.9.4/ +MASTER_SITES = ${MASTER_SITE_SAVANNAH:=/glob2/0.9.4/} MODULES = devel/scons @@ -33,17 +33,15 @@ INSTALLDIR="${PREFIX}/share" \ --portaudio=true -LIB_DEPENDS = ::devel/sdl-image \ - ::devel/sdl-net \ - ::devel/sdl-ttf \ - ::devel/boost \ - ::devel/fribidi \ - ::audio/portaudio-svn \ - ::audio/speex \ - ::audio/libvorbis -RUN_DEPENDS = :desktop-file-utils-*:devel/desktop-file-utils - -USE_X11 = Yes +LIB_DEPENDS = devel/sdl-image \ + devel/sdl-net \ + devel/sdl-ttf \ + devel/boost \ + devel/fribidi \ + audio/portaudio-svn \ + audio/speex \ + audio/libvorbis +RUN_DEPENDS = devel/desktop-file-utils pre-patch: @find ${WRKSRC} -name *.orig -exec rm {} \;