diff -Nurb games/tank.orig/Makefile games/tank/Makefile --- games/tank.orig/Makefile Sun Nov 16 12:27:15 2003 +++ games/tank/Makefile Sun Nov 16 12:33:47 2003 @@ -11,7 +11,7 @@ MASTER_SITES= http://step.polymtl.ca/~coyote/tank/ DISTFILES= ${DISTNAME}-src.tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erik@smluc.org COMMENT= A 3-D network tank game that uses OpenGL/Mesa BUILD_DEPENDS= ${X11BASE}/lib/libaux.a:${PORTSDIR}/graphics/libaux @@ -22,10 +22,6 @@ ALL_TARGET= linux-mesa-elf .include - -.if ${OSVERSION} > 500000 -BROKEN= "does not build on FreeBSD ${OSVERSION}" -.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tank ${PREFIX}/bin diff -Nurb games/tank.orig/pkg-descr games/tank/pkg-descr --- games/tank.orig/pkg-descr Sun Nov 16 12:27:15 2003 +++ games/tank/pkg-descr Sun Nov 16 12:27:37 2003 @@ -9,4 +9,4 @@ This program was written as a final project for a computer graphics course, and was originally developed under Linux. -WWW: http://step.polymtl.ca/~coyote/graphics-tank/ +WWW: http://step.polymtl.ca/~coyote/graphics-tank.html