=================================================================== RCS file: /cvs/ports/games/dccnitghtmare/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ports/games/dccnitghtmare/Makefile 2010/10/26 05:40:15 1.6 +++ ports/games/dccnitghtmare/Makefile 2010/12/04 18:14:35 1.7 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2010/10/26 04:40:15 yason Exp $ +# $OpenBSD: Makefile,v 1.7 2010/12/04 18:14:35 yason Exp $ COMMENT = 3D single player RPG in a satirical post-apocalyptical world @@ -22,11 +22,11 @@ WANTLIB = GL GLU SDL SDL_image SDL_ttf c cal3d m ogg openal pthread stdc++ vorbis vorbisfile MODULES = devel/gettext -LIB_DEPENDS = ::audio/libvorbis \ - ::audio/openal \ - ::devel/sdl-image \ - ::devel/sdl-ttf \ - ::graphics/cal3d +LIB_DEPENDS = audio/libvorbis \ + audio/openal \ + devel/sdl-image \ + devel/sdl-ttf \ + graphics/cal3d CONFIGURE_STYLE = gnu CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \