diff options
author | will <will@FreeBSD.org> | 2000-07-30 10:00:50 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-07-30 10:00:50 +0800 |
commit | a34fc12cfc6ae2d0c2ec81051765f35b4068bb4f (patch) | |
tree | d8fd81f9f9e08de91b16b6559da346d315c82f56 /x11/kdelibs2 | |
parent | f7d67d25b69dd6c4b2c1c5458df80cea7136ea6f (diff) | |
download | freebsd-ports-gnome-a34fc12cfc6ae2d0c2ec81051765f35b4068bb4f.tar.gz freebsd-ports-gnome-a34fc12cfc6ae2d0c2ec81051765f35b4068bb4f.tar.zst freebsd-ports-gnome-a34fc12cfc6ae2d0c2ec81051765f35b4068bb4f.zip |
Fix my not-tested-enough KDE2-related ports. :-(
After short discussion with Imura-san, back out GIF-by-default until I can
confirm whether or not there are license issues with Unisys. I will deal
with this later. I should note that I'd committed to qt2[12] previously
without conferring with him on the GIF issue first.
One big ouchie: I didn't even set MASTER_SITE/MASTER_SITE_SUBDIR on qt22
properly.. but oh well. Nobody's perfect. :-)
Things should be un-broken now.. please test these ports! I'll be trying
to update them to a new snap after a week or so.
Pointy hat: will
Patches graciously submitted by: nra
Diffstat (limited to 'x11/kdelibs2')
-rw-r--r-- | x11/kdelibs2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile index a72825aa695c..93fd6a81aa0a 100644 --- a/x11/kdelibs2/Makefile +++ b/x11/kdelibs2/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= will MAINTAINER= will@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.3:${PORTSDIR}/graphics/png \ + png.4:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ qt2.4:${PORTSDIR}/x11-toolkits/qt22 \ kde-qt-addon.4:${PORTSDIR}/x11-toolkits/kde-qt-addon |