diff options
author | vanilla <vanilla@FreeBSD.org> | 2007-11-12 06:34:54 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2007-11-12 06:34:54 +0800 |
commit | 5de80998046d023c7156f7f15840df66f906970e (patch) | |
tree | 673ddd633b0da82ad30b749f5f80a2b658d6f1c4 /net | |
parent | 77b4f2d64d991b4cf42bb55b9f8d01b648ba02a2 (diff) | |
download | freebsd-ports-gnome-5de80998046d023c7156f7f15840df66f906970e.tar.gz freebsd-ports-gnome-5de80998046d023c7156f7f15840df66f906970e.tar.zst freebsd-ports-gnome-5de80998046d023c7156f7f15840df66f906970e.zip |
Fix coredump with irc/irssi.
PR: ports/117871
Submitted by: Wesley Shields <wxs.at.atarininja.org>
Approved by: portmgr@ (linimon@)
Diffstat (limited to 'net')
-rw-r--r-- | net/silc-irssi-plugin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/silc-irssi-plugin/Makefile b/net/silc-irssi-plugin/Makefile index 33efd6401105..fd43f0bae021 100644 --- a/net/silc-irssi-plugin/Makefile +++ b/net/silc-irssi-plugin/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 1 CATEGORIES= net irc COMMENT= SILC plugin for IRSSI |