diff options
Diffstat (limited to 'irc/halloy/Makefile')
-rw-r--r-- | irc/halloy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/halloy/Makefile b/irc/halloy/Makefile index 433ec950efff..3c2332391a6d 100644 --- a/irc/halloy/Makefile +++ b/irc/halloy/Makefile @@ -1,6 +1,6 @@ PORTNAME= halloy DISTVERSION= 2025.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc MAINTAINER= pokeysquirrel@gmail.com @@ -33,5 +33,4 @@ LTO_UNSAFE= yes CARGO_ENV+= CARGO_PROFILE_RELEASE_LTO=false .endif - .include <bsd.port.post.mk> |