diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2022-11-25 16:28:05 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2022-11-25 16:28:05 +0000 |
commit | d1476ecf2e6bcf2680212aaa1b01f87fd7f214bd (patch) | |
tree | f08979031be136ba671729c4f640b751ef8b5abc | |
parent | 01025d932b437ac790a9511a9d36d7f0717772b1 (diff) |
net/unison: Remove unneeded RUN_DEPENDS on ocaml-lablgtk3.
Reported by: Tõivo Leedjärv <toivol@gmail.com> (upstream developer)
-rw-r--r-- | net/unison/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |