Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Nov 2022 16:33:01 GMT
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 867ebdf84a02 - main - net/unison251: Remove unneeded RUN_DEPENDS on ocaml-lablgtk2.
Message-ID:  <202211251633.2APGX1OO081866@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot:

URL: https://cgit.FreeBSD.org/ports/commit/?id=867ebdf84a022f6a26f61d30bd89cdfac276a457

commit 867ebdf84a022f6a26f61d30bd89cdfac276a457
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2022-11-25 16:30:20 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2022-11-25 16:30:20 +0000

    net/unison251: Remove unneeded RUN_DEPENDS on ocaml-lablgtk2.
    
    Reported by:    Tõivo Leedjärv <toivol@gmail.com> (upstream developer)
---
 net/unison251/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/unison251/Makefile b/net/unison251/Makefile
index ab9b9642da0f..ea562a25106e 100644
--- a/net/unison251/Makefile
+++ b/net/unison251/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	unison
 PORTVERSION=	2.51.5
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net
 
@@ -25,7 +26,6 @@ x11_BUILD_DEPENDS=	lablgtk2:x11-toolkits/ocaml-lablgtk2 \
 x11_LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 			libfreetype.so:print/freetype2 \
 			libharfbuzz.so:print/harfbuzz
-x11_RUN_DEPENDS=	lablgtk2:x11-toolkits/ocaml-lablgtk2
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION} VERSIONSUFFIX=${VERSIONSUFFIX}
 USES=		gmake localbase



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211251633.2APGX1OO081866>