diff options
author | dan <dan@FreeBSD.org> | 1999-09-30 04:36:07 +0800 |
---|---|---|
committer | dan <dan@FreeBSD.org> | 1999-09-30 04:36:07 +0800 |
commit | 24dc6c35a01d9385b3a9941b76f91a66934a521e (patch) | |
tree | f593c7cc8cf674c70ef03714e6c50a5e36d9ef0a /games | |
parent | 104d6e25d9470ba1ec96b7fb060fe62684c548cb (diff) | |
download | freebsd-ports-gnome-24dc6c35a01d9385b3a9941b76f91a66934a521e.tar.gz freebsd-ports-gnome-24dc6c35a01d9385b3a9941b76f91a66934a521e.tar.zst freebsd-ports-gnome-24dc6c35a01d9385b3a9941b76f91a66934a521e.zip |
Fix dependancy problem (gif.3 -> gif.5)
PR: ports/14038
Submitted by: Yin-Jieh Chen <yinjieh@Crazyman.Dorm13.NCTU.edu.tw>
Diffstat (limited to 'games')
-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 966b68ed015f..cb795088681a 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 LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 \ - gif.3:${PORTSDIR}/graphics/giflib \ + gif.5:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tcl80.1:${PORTSDIR}/lang/tcl80 |