diff options
author | ade <ade@FreeBSD.org> | 2000-02-17 00:18:14 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-02-17 00:18:14 +0000 |
commit | 9a400f2686f9b7e77f7aca74ebd37a5c9a51410a (patch) | |
tree | 430010fbc4b28daeebe2f1b8d6aad9d88296f588 /astro/wmglobe | |
parent | 2100ef2c1ca8a80cb2bb5749145a05a97c1abfa1 (diff) | |
download | FreeBSD-ports-9a400f2686f9b7e77f7aca74ebd37a5c9a51410a.zip FreeBSD-ports-9a400f2686f9b7e77f7aca74ebd37a5c9a51410a.tar.gz |
Use libungif
Diffstat (limited to 'astro/wmglobe')
-rw-r--r-- | astro/wmglobe/Makefile | 2 | ||||
-rw-r--r-- | astro/wmglobe/files/patch-aa | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/astro/wmglobe/Makefile b/astro/wmglobe/Makefile index 0e48d3b..7696d64 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.5:${PORTSDIR}/graphics/giflib \ + ungif.5:${PORTSDIR}/graphics/libungif \ wraster.3:${PORTSDIR}/x11-wm/windowmaker USE_X_PREFIX= yes diff --git a/astro/wmglobe/files/patch-aa b/astro/wmglobe/files/patch-aa index f6c7958..055020c 100644 --- a/astro/wmglobe/files/patch-aa +++ b/astro/wmglobe/files/patch-aa @@ -6,7 +6,7 @@ - -ltiff -lXpm -lpng -lz -ljpeg -lungif -lwraster +INC = -I${X11BASE}/include +LIBS = -lXext -lX11 -lm -L${X11BASE}/lib -L${LOCALBASE}/lib \ -+ -ltiff -lXpm -lpng -lz -ljpeg -lgif -lwraster ++ -ltiff -lXpm -lpng -lz -ljpeg -lungif -lwraster OBJS = src/wmglobe.o src/rend.o src/wmgutil.o \ src/sunpos.o src/myconvert.o src/mycontext.o |