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/kworldwatch | |
parent | When IPv4-only client connected to a server which have IPv4 and IPv6 (diff) |
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/kworldwatch')
-rw-r--r-- | x11/kworldwatch/Makefile | 3 | ||||
-rw-r--r-- | x11/kworldwatch/files/patch-aa | 18 |
2 files changed, 19 insertions, 2 deletions
diff --git a/x11/kworldwatch/Makefile b/x11/kworldwatch/Makefile index 2ed2134037d9..80a8cf4c6ead 100644 --- a/x11/kworldwatch/Makefile +++ b/x11/kworldwatch/Makefile @@ -14,8 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= scrappy@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - kdecore.2:${PORTSDIR}/x11/kdelibs11 \ +LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 \ kdeui.2:${PORTSDIR}/x11/kdelibs11 \ kfm.2:${PORTSDIR}/x11/kdelibs11 diff --git a/x11/kworldwatch/files/patch-aa b/x11/kworldwatch/files/patch-aa new file mode 100644 index 000000000000..d9015e6ebec8 --- /dev/null +++ b/x11/kworldwatch/files/patch-aa @@ -0,0 +1,18 @@ +--- configure.orig Mon May 11 04:13:36 1998 ++++ configure Tue Feb 15 01:42:52 2000 +@@ -3012,6 +3012,7 @@ + fi + + ++if false; then + echo $ac_n "checking for giflib""... $ac_c" 1>&6 + echo "configure:3017: checking for giflib" >&5 + if eval "test \"`echo '$''{'ac_cv_lib_gif'+set}'`\" = set"; then +@@ -3058,6 +3059,7 @@ + + else + { echo "configure: error: You need giflib23. Please install the kdesupport package" 1>&2; exit 1; } ++fi + fi + + echo $ac_n "checking for jpeglib""... $ac_c" 1>&6 |