diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-18 03:12:11 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-18 03:12:11 +0000 |
commit | 2169e434e836da4747b360244ebc357998eee9a2 (patch) | |
tree | 512b5981c76fbc6f4272984fd71ab0cdaf022fb4 /games/wmtimebomb/Makefile | |
parent | Update to version 4.1.0. (diff) |
The version number of libgif.so has changed to 5.
Diffstat (limited to 'games/wmtimebomb/Makefile')
-rw-r--r-- | games/wmtimebomb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/wmtimebomb/Makefile b/games/wmtimebomb/Makefile index 911dd73b92e8..121230777b47 100644 --- a/games/wmtimebomb/Makefile +++ b/games/wmtimebomb/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ PropList.1:${PORTSDIR}/devel/libPropList \ tiff.4:${PORTSDIR}/graphics/tiff \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - gif.3:${PORTSDIR}/graphics/giflib \ + gif.5:${PORTSDIR}/graphics/giflib \ png.3:${PORTSDIR}/graphics/png BUILD_DEPENDS= ${PREFIX}/lib/libWMaker.a:${PORTSDIR}/x11-wm/windowmaker |