=================================================================== RCS file: /cvs/ports/games/maxr/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ports/games/maxr/Makefile 2010/10/26 05:40:17 1.9 +++ ports/games/maxr/Makefile 2010/12/04 18:14:35 1.10 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2010/10/26 04:40:17 yason Exp $ +# $OpenBSD: Makefile,v 1.10 2010/12/04 18:14:35 yason Exp $ COMMENT = M.A.X. clone @@ -21,12 +21,12 @@ MASTER_SITES = http://www.maxr.org/downloads/ -LIB_DEPENDS = ::devel/sdl-mixer \ - ::devel/sdl-net \ - ::audio/libmikmod \ - ::audio/libogg \ - ::devel/smpeg \ - ::audio/libvorbis +LIB_DEPENDS = devel/sdl-mixer \ + devel/sdl-net \ + audio/libmikmod \ + audio/libogg \ + devel/smpeg \ + audio/libvorbis CONFIGURE_STYLE = gnu CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \