diff options
author | imura <imura@FreeBSD.org> | 2000-02-15 13:45:23 +0000 |
---|---|---|
committer | imura <imura@FreeBSD.org> | 2000-02-15 13:45:23 +0000 |
commit | fcad596f79f807f28c54a952be2b3b989c66c8f8 (patch) | |
tree | 81896911c3cbd0e39af4793c0d1e891f84eb329d /x11/kdebase11 | |
parent | 698152ddae066c8f16746d2a603a73614f1bfcb1 (diff) | |
download | FreeBSD-ports-fcad596f79f807f28c54a952be2b3b989c66c8f8.zip FreeBSD-ports-fcad596f79f807f28c54a952be2b3b989c66c8f8.tar.gz |
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!!
Diffstat (limited to 'x11/kdebase11')
-rw-r--r-- | x11/kdebase11/Makefile | 3 | ||||
-rw-r--r-- | x11/kdebase11/files/patch-ax | 18 |
2 files changed, 19 insertions, 2 deletions
diff --git a/x11/kdebase11/Makefile b/x11/kdebase11/Makefile index 9724191..fa9f4b9 100644 --- a/x11/kdebase11/Makefile +++ b/x11/kdebase11/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 diff --git a/x11/kdebase11/files/patch-ax b/x11/kdebase11/files/patch-ax new file mode 100644 index 0000000..8ddc207 --- /dev/null +++ b/x11/kdebase11/files/patch-ax @@ -0,0 +1,18 @@ +--- configure.orig Wed Sep 8 00:21:06 1999 ++++ configure Tue Feb 15 01:34:11 2000 +@@ -5118,6 +5118,7 @@ + + + ++if false; then + echo $ac_n "checking for giflib""... $ac_c" 1>&6 + echo "configure:5123: checking for giflib" >&5 + if eval "test \"`echo '$''{'ac_cv_lib_gif'+set}'`\" = set"; then +@@ -5164,6 +5165,7 @@ + + else + { echo "configure: error: You need giflib30. Please install the kdesupport package" 1>&2; exit 1; } ++fi + fi + + echo $ac_n "checking for jpeglib""... $ac_c" 1>&6 |