=================================================================== RCS file: /cvs/ports/games/dccnitghtmare/Makefile,v retrieving revision 1.3 retrieving revision 1.5 diff -u -r1.3 -r1.5 --- ports/games/dccnitghtmare/Makefile 2010/08/20 08:15:50 1.3 +++ ports/games/dccnitghtmare/Makefile 2010/08/23 04:51:16 1.5 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2010/08/20 07:15:50 yason Exp $ +# $OpenBSD: Makefile,v 1.5 2010/08/23 03:51:16 yason Exp $ COMMENT = 3D single player RPG in a satirical post-apocalyptical world @@ -6,7 +6,7 @@ CATEGORIES = games -#HOMEPAGE = ??? URL +HOMEPAGE = http://dnt.dnteam.org #MAINTAINER = ??? @@ -29,10 +29,9 @@ ::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