git: 5b9ea2510963 - main - net/unison240: Remove unneeded RUN_DEPENDS on ocaml-lablgtk2.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Nov 2022 16:33:03 UTC
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b9ea251096393eb3f37a9ba1216405832259a7b commit 5b9ea251096393eb3f37a9ba1216405832259a7b Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2022-11-25 16:31:26 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2022-11-25 16:31:26 +0000 net/unison240: Remove unneeded RUN_DEPENDS on ocaml-lablgtk2. Reported by: Tõivo Leedjärv <toivol@gmail.com> (upstream developer) --- net/unison240/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/unison240/Makefile b/net/unison240/Makefile index a5c311d822c6..3c96817d2393 100644 --- a/net/unison240/Makefile +++ b/net/unison240/Makefile @@ -1,6 +1,6 @@ PORTNAME= unison PORTVERSION= 2.40.128 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/ DISTFILES= ${EXTRACT_ONLY} ${EXTRA_DOCS} @@ -28,7 +28,6 @@ x11_BUILD_DEPENDS= lablgtk2:x11-toolkits/ocaml-lablgtk2 \ icotool:graphics/icoutils x11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -x11_RUN_DEPENDS= lablgtk2:x11-toolkits/ocaml-lablgtk2 PLIST_SUB= PORTVERSION=${PORTVERSION} USES= gmake