diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-08-08 10:37:41 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-08-08 11:22:05 +0000 |
commit | 6c225bcc570ece3af3d61d497330b79c912c60ef (patch) | |
tree | d145703beb7f5243751f30d0faa3395580e6c5d2 /irc/smartirc4net | |
parent | lang/mono*: add compat symlink for devel/msbuild < 16 (diff) |
lang/mono: respect MONO_DEFAULT in consumers
PR: 251795
Diffstat (limited to 'irc/smartirc4net')
-rw-r--r-- | irc/smartirc4net/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/smartirc4net/Makefile b/irc/smartirc4net/Makefile index be6ec76afab4..5a601915c5a9 100644 --- a/irc/smartirc4net/Makefile +++ b/irc/smartirc4net/Makefile @@ -1,6 +1,6 @@ PORTNAME= smartirc4net PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc MASTER_SITES= https://smuxi.im/jaws/data/files/ |