=================================================================== RCS file: /cvs/ports/games/fife/Attic/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ports/games/fife/Attic/Makefile 2010/10/26 05:40:16 1.3 +++ ports/games/fife/Attic/Makefile 2011/03/07 11:07:49 1.4 @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2010/10/26 04:40:16 yason Exp $ +# $OpenBSD: Makefile,v 1.4 2011/03/07 11:07:49 yason Exp $ COMMENT = cross platform game creation framework -DISTNAME = fife-0.3.1 +DISTNAME = fife-0.3.2 CATEGORIES = games @@ -20,23 +20,25 @@ WANTLIB += GL GLU SDL SDL_image SDL_ttf X11 Xau Xcursor Xdmcp Xfixes Xrender WANTLIB += boost_filesystem boost_regex guichan guichan_opengl guichan_sdl m ogg openal -WANTLIB += png pthread-stubs sndio stdc++ util vorbis vorbisfile xcb +WANTLIB += png pthread-stubs sndio stdc++ util vorbis vorbisfile xcb ${MODPY_WANTLIB} MODULES = devel/scons \ lang/python -BUILD_DEPENDS = ::devel/swig -LIB_DEPENDS = ::audio/libvorbis \ - ::audio/openal \ - ::devel/boost \ - ::devel/guichan \ - ::devel/sdl-image \ - ::devel/sdl-ttf \ +BUILD_DEPENDS = devel/swig +LIB_DEPENDS = audio/libvorbis \ + audio/openal \ + devel/boost \ + devel/guichan \ + devel/sdl-image \ + devel/sdl-ttf \ ${MODPY_LIB_DEPENDS} SEPARATE_BUILD = concurrent -NO_REGRESS = Yes +#NO_REGRESS = Yes + +MODPY_ADJ_FILES = setup.py do-install: ${MODPY_PRE_INSTALL_BAD_EGGS}