aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2017-12-01 15:04:07 +0800
committerantoine <antoine@FreeBSD.org>2017-12-01 15:04:07 +0800
commit54745de209cf963a3346fc8de6adac1dfb8df93a (patch)
tree31a05403607af36cd3337d2bef47d9b90dd9556a /x11
parentb0b4eefe171efd080bc1dde95ede97d6cc20204a (diff)
downloadfreebsd-ports-graphics-54745de209cf963a3346fc8de6adac1dfb8df93a.tar.gz
freebsd-ports-graphics-54745de209cf963a3346fc8de6adac1dfb8df93a.tar.zst
freebsd-ports-graphics-54745de209cf963a3346fc8de6adac1dfb8df93a.zip
Fix LIB_DEPENDS after ilmbase upgrade
Diffstat (limited to 'x11')
-rw-r--r--x11/kdelibs4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile
index a99bb972f71..c2f810b5454 100644
--- a/x11/kdelibs4/Makefile
+++ b/x11/kdelibs4/Makefile
@@ -9,7 +9,7 @@ CATEGORIES= x11 kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Base set of libraries needed by KDE programs
-LIB_DEPENDS= libImath-2_2.so.12:graphics/ilmbase \
+LIB_DEPENDS= libImath-2_2.so:graphics/ilmbase \
libjasper.so:graphics/jasper \
libpcre.so:devel/pcre \
libenchant.so:textproc/enchant \