diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-02-17 00:18:14 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-02-17 00:18:14 +0000 |
commit | 22b845fd47134b1fb89b1155c8b0e9c4b355b39a (patch) | |
tree | 0946e45a51234ecb6b17c4feb54355205102ac37 /astro | |
parent | 0a03ad0d0e8b5d0c7c3c1e10e7a6ce58c63f00f7 (diff) | |
download | ports-22b845fd47134b1fb89b1155c8b0e9c4b355b39a.tar.gz ports-22b845fd47134b1fb89b1155c8b0e9c4b355b39a.zip |
Notes
Diffstat (limited to 'astro')
-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 0e48d3b05265..7696d6456e8b 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 f6c7958d4aa0..055020c6d1a5 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 |