diff options
author | steve <steve@FreeBSD.org> | 1999-09-18 11:12:11 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-09-18 11:12:11 +0800 |
commit | 630e146e996ef6fee2d805b6fa616de636ec04ec (patch) | |
tree | 6937a04d301dd38d003c9aca994f156e5de73e98 /astro | |
parent | 2f226fa075558fb5efccd246d62c7d856665bcca (diff) | |
download | freebsd-ports-gnome-630e146e996ef6fee2d805b6fa616de636ec04ec.tar.gz freebsd-ports-gnome-630e146e996ef6fee2d805b6fa616de636ec04ec.tar.zst freebsd-ports-gnome-630e146e996ef6fee2d805b6fa616de636ec04ec.zip |
The version number of libgif.so has changed to 5.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/wmglobe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/wmglobe/Makefile b/astro/wmglobe/Makefile index f86c86206236..0e48d3b05265 100644 --- a/astro/wmglobe/Makefile +++ b/astro/wmglobe/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ - gif.3:${PORTSDIR}/graphics/giflib \ + gif.5:${PORTSDIR}/graphics/giflib \ wraster.3:${PORTSDIR}/x11-wm/windowmaker USE_X_PREFIX= yes |