=================================================================== RCS file: /cvs/ports/games/dccnitghtmare/Makefile,v retrieving revision 1.4 retrieving revision 1.7 diff -u -r1.4 -r1.7 --- ports/games/dccnitghtmare/Makefile 2010/08/22 22:39:32 1.4 +++ ports/games/dccnitghtmare/Makefile 2010/12/04 18:14:35 1.7 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2010/08/22 21:39:32 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,14 +22,12 @@ 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 -USE_X11 = Yes -USE_GMAKE = Yes CONFIGURE_STYLE = gnu CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -liconv -lintl"