diff options
author | imura <imura@FreeBSD.org> | 2000-02-15 21:45:23 +0800 |
---|---|---|
committer | imura <imura@FreeBSD.org> | 2000-02-15 21:45:23 +0800 |
commit | fcad596f79f807f28c54a952be2b3b989c66c8f8 (patch) | |
tree | 81896911c3cbd0e39af4793c0d1e891f84eb329d /graphics/kdegraphics2 | |
parent | 698152ddae066c8f16746d2a603a73614f1bfcb1 (diff) | |
download | freebsd-ports-gnome-fcad596f79f807f28c54a952be2b3b989c66c8f8.tar.gz freebsd-ports-gnome-fcad596f79f807f28c54a952be2b3b989c66c8f8.tar.zst freebsd-ports-gnome-fcad596f79f807f28c54a952be2b3b989c66c8f8.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!!
Diffstat (limited to 'graphics/kdegraphics2')
-rw-r--r-- | graphics/kdegraphics2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/kdegraphics2/Makefile b/graphics/kdegraphics2/Makefile index fb0c5af252e2..cbafd9a96153 100644 --- a/graphics/kdegraphics2/Makefile +++ b/graphics/kdegraphics2/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 MAINTAINER= se@freebsd.org BUILD_DEPENDS= ${PREFIX}/include/gif_lib.h:${PORTSDIR}/graphics/giflib -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ +LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 |