diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-08-03 09:28:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-08-03 09:28:57 +0000 |
commit | c6bcad2436d925c98052ed292bd0794ae0e34b45 (patch) | |
tree | 4752ebd6e8eb5959ebf00516e4ecf7156215bbce /games/KnightCap | |
parent | fbd121eee966abfc21d176cbede935ecd6bf1a34 (diff) |
Notes
Diffstat (limited to 'games/KnightCap')
-rw-r--r-- | games/KnightCap/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/KnightCap/Makefile b/games/KnightCap/Makefile index 2b6d0faaa3e6..96a6ff32c14a 100644 --- a/games/KnightCap/Makefile +++ b/games/KnightCap/Makefile @@ -15,10 +15,7 @@ DISTNAME= KnightCap-${PORTVERSION} MAINTAINER= bugg@bugg.strangled.net -LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3\ - GLU.14:${PORTSDIR}/graphics/Mesa3 \ - glut.3:${PORTSDIR}/graphics/Mesa3 - +USE_MESA= yes ALL_TARGET= KnightCap WRKSRC= ${WRKDIR}/Export |