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 /archivers | |
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 'archivers')
-rw-r--r-- | archivers/ark/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index 4d30b30513fb..6c7db058520b 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/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 USE_BZIP2= yes |