svn commit: r455249 - head/x11/kdelibs4

Antoine Brodin antoine at FreeBSD.org
Fri Dec 1 07:04:08 UTC 2017


Author: antoine
Date: Fri Dec  1 07:04:07 2017
New Revision: 455249
URL: https://svnweb.freebsd.org/changeset/ports/455249

Log:
  Fix LIB_DEPENDS after ilmbase upgrade

Modified:
  head/x11/kdelibs4/Makefile

Modified: head/x11/kdelibs4/Makefile
==============================================================================
--- head/x11/kdelibs4/Makefile	Fri Dec  1 06:57:51 2017	(r455248)
+++ head/x11/kdelibs4/Makefile	Fri Dec  1 07:04:07 2017	(r455249)
@@ -9,7 +9,7 @@ CATEGORIES=	x11 kde kde-applications
 MAINTAINER=	kde at 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 \


More information about the svn-ports-head mailing list