diff options
author | R. Imura <imura@FreeBSD.org> | 2000-02-15 13:45:23 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 2000-02-15 13:45:23 +0000 |
commit | 46789bfcb436e36af7651ce67e83ba0759e76f29 (patch) | |
tree | 977141b309514fb22a0548b38d57e8bc4449c6f2 /x11/kdebase4 | |
parent | abcd350dae36ec6489fde6df76612953fd3c7adf (diff) | |
download | ports-46789bfcb436e36af7651ce67e83ba0759e76f29.tar.gz ports-46789bfcb436e36af7651ce67e83ba0759e76f29.zip |
Remove giflib dependence.
Only changed giflib -> libungif in kdegraphics.
They realy do NOT want libgif, and do NOT use libgif anywhere.
Some ports are checking its existence in configure, but they
are nonsense at all!!
Notes
Notes:
svn path=/head/; revision=25853
Diffstat (limited to 'x11/kdebase4')
-rw-r--r-- | x11/kdebase4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/kdebase4/Makefile b/x11/kdebase4/Makefile index 9724191aa9e8..fa9f4b97bfe4 100644 --- a/x11/kdebase4/Makefile +++ b/x11/kdebase4/Makefile @@ -13,8 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 \ Xpm.4:${PORTSDIR}/graphics/xpm \ intl.1:${PORTSDIR}/devel/gettext |