From acaa969e28810e938c3d5cb64a6bc0b451e25d56 Mon Sep 17 00:00:00 2001 From: Eygene Ryabinkin Date: Sun, 9 Feb 2025 13:32:41 +0300 Subject: [PATCH] x11-toolkits/itk: drop major version from LIB_DEPENDS for itcl lang/itcl installs both libitcl.so and libitcl.so.3. Major version for the itcl hadn'b been changed for years, so no breakage should be seen: looks like this change can be made at the time of commit ddb5a7b884735b58415ebdc7736d2bbbb70aa0c7. Signed-off-by: Eygene Ryabinkin Approved by: yuri (mentor) --- x11-toolkits/itk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-toolkits/itk/Makefile b/x11-toolkits/itk/Makefile index 8f63a4289f44..afb8f843b6d5 100644 --- a/x11-toolkits/itk/Makefile +++ b/x11-toolkits/itk/Makefile @@ -1,6 +1,6 @@ PORTNAME= itk PORTVERSION= 3.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits tk MASTER_SITES= SF/incrtcl/%5BIncr%20Tcl_Tk%5D-source/Itk%20${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION} @@ -9,7 +9,7 @@ MAINTAINER= erik@bz.bzflag.bz COMMENT= Object-oriented extension to Tk [incr Tk] WWW= https://sourceforge.net/projects/incrtcl/ -LIB_DEPENDS= libitcl.so.${MAJOR}:lang/itcl +LIB_DEPENDS= libitcl.so:lang/itcl USES= tk:85,86 uidfix USE_LDCONFIG= yes