diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 2000-03-20 23:25:21 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 2000-03-20 23:25:21 +0000 |
commit | 7cc807dbeacd4330a32376f439fe8bb59cb9ab42 (patch) | |
tree | 7af3ed64c69f6db2ddec8605c4875b72175fbc15 /games/gracer | |
parent | cee83caf0e195c0669ebfd8208d100698766cc67 (diff) | |
download | ports-7cc807dbeacd4330a32376f439fe8bb59cb9ab42.tar.gz ports-7cc807dbeacd4330a32376f439fe8bb59cb9ab42.zip |
Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgrade
Notes
Notes:
svn path=/head/; revision=26874
Diffstat (limited to 'games/gracer')
-rw-r--r-- | games/gracer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gracer/Makefile b/games/gracer/Makefile index 72a585cb7022..34082154aca5 100644 --- a/games/gracer/Makefile +++ b/games/gracer/Makefile @@ -13,7 +13,7 @@ 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= MesaGL.14:${PORTSDIR}/graphics/Mesa3 \ +LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 \ ungif.5:${PORTSDIR}/graphics/libungif \ png.3:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ |