diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-02-16 20:25:43 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-02-16 20:25:43 +0000 |
commit | 77b17a1cc7bb5c1941f183774d94cb32376de416 (patch) | |
tree | a17f1685c7939b677cc2c45510f743fde8140dd9 /x11-wm | |
parent | 8e79686e24b79298e7847a8cb02b7fd2e136446b (diff) | |
download | ports-77b17a1cc7bb5c1941f183774d94cb32376de416.tar.gz ports-77b17a1cc7bb5c1941f183774d94cb32376de416.zip |
Don't depend on libgif and libjpeg directly, imlib handles this.
Verified to work correctly with libungif,
message sent to maintainer.
Notes
Notes:
svn path=/head/; revision=25895
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/e16/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/enlightenment-devel/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/enlightenment/Makefile | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index aca268cc65c0..7d84ee4ed2d1 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -17,9 +17,7 @@ MAINTAINER= vanilla@FreeBSD.org LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound \ Fnlib.0:${PORTSDIR}/graphics/fnlib \ - gif.5:${PORTSDIR}/graphics/giflib \ Imlib.5:${PORTSDIR}/graphics/imlib \ - tiff.4:${PORTSDIR}/graphics/tiff \ ttf.4:${PORTSDIR}/print/freetype \ ghttp.1:${PORTSDIR}/www/libghttp diff --git a/x11-wm/enlightenment-devel/Makefile b/x11-wm/enlightenment-devel/Makefile index aca268cc65c0..7d84ee4ed2d1 100644 --- a/x11-wm/enlightenment-devel/Makefile +++ b/x11-wm/enlightenment-devel/Makefile @@ -17,9 +17,7 @@ MAINTAINER= vanilla@FreeBSD.org LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound \ Fnlib.0:${PORTSDIR}/graphics/fnlib \ - gif.5:${PORTSDIR}/graphics/giflib \ Imlib.5:${PORTSDIR}/graphics/imlib \ - tiff.4:${PORTSDIR}/graphics/tiff \ ttf.4:${PORTSDIR}/print/freetype \ ghttp.1:${PORTSDIR}/www/libghttp diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index aca268cc65c0..7d84ee4ed2d1 100644 --- a/x11-wm/enlightenment/Makefile +++ b/x11-wm/enlightenment/Makefile @@ -17,9 +17,7 @@ MAINTAINER= vanilla@FreeBSD.org LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound \ Fnlib.0:${PORTSDIR}/graphics/fnlib \ - gif.5:${PORTSDIR}/graphics/giflib \ Imlib.5:${PORTSDIR}/graphics/imlib \ - tiff.4:${PORTSDIR}/graphics/tiff \ ttf.4:${PORTSDIR}/print/freetype \ ghttp.1:${PORTSDIR}/www/libghttp |