From d177d8b2bbfc7032872e4b5a9f0c8128248e21be Mon Sep 17 00:00:00 2001 From: stu Date: Tue, 21 Jan 2025 15:23:29 +0000 Subject: [PATCH] Remove unneeded devel/tcllib from RUN_DEPENDS. ok op@ (maintainer). --- net/irctk/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net/irctk/Makefile b/net/irctk/Makefile index 8698ee20b7b..3c5b16ebc29 100644 --- a/net/irctk/Makefile +++ b/net/irctk/Makefile @@ -2,7 +2,7 @@ COMMENT = graphical IRC client V = 1.1.0 DISTNAME = irctk-$V -REVISION = 0 +REVISION = 1 CATEGORIES = net HOMEPAGE = https://lab.abiscuola.com/irctk/ MAINTAINER = Omar Polo @@ -21,8 +21,7 @@ CONFIGURE_STYLE = simple BUILD_DEPENDS = ${MODTK_BUILD_DEPENDS} LIB_DEPENDS = net/curl -RUN_DEPENDS = ${MODTK_RUN_DEPENDS} \ - devel/tcllib +RUN_DEPENDS = ${MODTK_RUN_DEPENDS} FAKE_FLAGS = PREFIX="${DESTDIR}${PREFIX}"