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/gracer | |
parent | fbd121eee966abfc21d176cbede935ecd6bf1a34 (diff) |
Notes
Diffstat (limited to 'games/gracer')
-rw-r--r-- | games/gracer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gracer/Makefile b/games/gracer/Makefile index 943308beb8ee..78d349c003b0 100644 --- a/games/gracer/Makefile +++ b/games/gracer/Makefile @@ -13,12 +13,12 @@ MASTER_SITES= http://arch.comp.kyutech.ac.jp/~matsu/my_products/gtk/race/ MAINTAINER= nox@jelal.kn-bremen.de BUILD_DEPENDS= ${X11BASE}/lib/libsl.a:${PORTSDIR}/x11-toolkits/plib -LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 \ - ungif.5:${PORTSDIR}/graphics/libungif \ +LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ png.4:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tcl82.1:${PORTSDIR}/lang/tcl82 +USE_MESA= YES USE_AUTOCONF= YES CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ -I${LOCALBASE}/include/tcl8.2 \ |