diff options
Diffstat (limited to 'games/gracer/Makefile')
-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 \ |