mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 19:16:39 -04:00
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
ddb5a7b884
.
Signed-off-by: Eygene Ryabinkin <rea@FreeBSD.org>
Approved by: yuri (mentor)
This commit is contained in:
parent
d03afd0ecc
commit
acaa969e28
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= itk
|
PORTNAME= itk
|
||||||
PORTVERSION= 3.4.2
|
PORTVERSION= 3.4.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= x11-toolkits tk
|
CATEGORIES= x11-toolkits tk
|
||||||
MASTER_SITES= SF/incrtcl/%5BIncr%20Tcl_Tk%5D-source/Itk%20${PORTVERSION}
|
MASTER_SITES= SF/incrtcl/%5BIncr%20Tcl_Tk%5D-source/Itk%20${PORTVERSION}
|
||||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||||
|
@ -9,7 +9,7 @@ MAINTAINER= erik@bz.bzflag.bz
|
||||||
COMMENT= Object-oriented extension to Tk [incr Tk]
|
COMMENT= Object-oriented extension to Tk [incr Tk]
|
||||||
WWW= https://sourceforge.net/projects/incrtcl/
|
WWW= https://sourceforge.net/projects/incrtcl/
|
||||||
|
|
||||||
LIB_DEPENDS= libitcl.so.${MAJOR}:lang/itcl
|
LIB_DEPENDS= libitcl.so:lang/itcl
|
||||||
|
|
||||||
USES= tk:85,86 uidfix
|
USES= tk:85,86 uidfix
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue