=================================================================== RCS file: /cvs/ports/games/dccnitghtmare/Makefile,v retrieving revision 1.2 retrieving revision 1.6 diff -u -r1.2 -r1.6 --- ports/games/dccnitghtmare/Makefile 2010/08/17 23:00:10 1.2 +++ ports/games/dccnitghtmare/Makefile 2010/10/26 05:40:15 1.6 @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.2 2010/08/17 22:00:10 yason Exp $ +# $OpenBSD: Makefile,v 1.6 2010/10/26 04:40:15 yason Exp $ COMMENT = 3D single player RPG in a satirical post-apocalyptical world -DISTNAME = dccnitghtmare-0.5.1 +DISTNAME = dccnitghtmare-0.6 CATEGORIES = games -#HOMEPAGE = ??? URL +HOMEPAGE = http://dnt.dnteam.org #MAINTAINER = ??? @@ -28,11 +28,9 @@ ::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 -I${X11BASE}/lib -liconv -lintl" + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -liconv -lintl" NO_REGRESS = Yes