diff options
Diffstat (limited to 'games/KnightCap/Makefile')
-rw-r--r-- | games/KnightCap/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/KnightCap/Makefile b/games/KnightCap/Makefile index 341d83e854a2..afc3284f05ee 100644 --- a/games/KnightCap/Makefile +++ b/games/KnightCap/Makefile @@ -7,7 +7,7 @@ PORTNAME= knightcap PORTVERSION= 3.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= ftp://ftp.samba.org/pub/KnightCap/ DISTNAME= KnightCap-${PORTVERSION} @@ -15,11 +15,9 @@ DISTNAME= KnightCap-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Chess program with 3D interface for X Window System -LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut - WRKSRC= ${WRKDIR}/Export -USE_GL= yes +USE_GL= glut ALL_TARGET= KnightCap DOCSDIR= ${PREFIX}/share/doc/KnightCap |