diff options
Diffstat (limited to 'games/KnightCap/Makefile')
-rw-r--r-- | games/KnightCap/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/KnightCap/Makefile b/games/KnightCap/Makefile index fc3d19eeb391..2b6d0faaa3e6 100644 --- a/games/KnightCap/Makefile +++ b/games/KnightCap/Makefile @@ -6,20 +6,20 @@ # PORTNAME= knightcap -PORTVERSION= 3.5 +PORTVERSION= 3.6 CATEGORIES= games -MASTER_SITES= ftp://samba.anu.edu.au/pub/KnightCap/ +MASTER_SITES= ftp://samba.anu.edu.au/pub/KnightCap/ \ + ftp://ftp.bmtmicro.com/pub/linux/tucows/files/x11/entertain/ \ + ftp://ftp.cadvision.com/pub/linuxberg/files/x11/entertain/ DISTNAME= KnightCap-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bugg@bugg.strangled.net LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3\ GLU.14:${PORTSDIR}/graphics/Mesa3 \ glut.3:${PORTSDIR}/graphics/Mesa3 -FETCH_BEFORE_ARGS= -P ALL_TARGET= KnightCap -USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/Export do-install: |