git: d1476ecf2e6b - main - net/unison: Remove unneeded RUN_DEPENDS on ocaml-lablgtk3.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Nov 2022 16:32:59 UTC
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=d1476ecf2e6bcf2680212aaa1b01f87fd7f214bd commit d1476ecf2e6bcf2680212aaa1b01f87fd7f214bd Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2022-11-25 16:28:05 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2022-11-25 16:28:05 +0000 net/unison: Remove unneeded RUN_DEPENDS on ocaml-lablgtk3. Reported by: Tõivo Leedjärv <toivol@gmail.com> (upstream developer) --- net/unison/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/unison/Makefile b/net/unison/Makefile index 760953afe5fa..4d5c14e81c5f 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -1,5 +1,6 @@ PORTNAME= unison PORTVERSION= 2.53.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net @@ -22,7 +23,6 @@ x11_BUILD_DEPENDS= ocaml-lablgtk3>0:x11-toolkits/ocaml-lablgtk3 \ x11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz -x11_RUN_DEPENDS= ocaml-lablgtk3>0:x11-toolkits/ocaml-lablgtk3 PLIST_SUB= PORTVERSION=${PORTVERSION} USES= gmake localbase