diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-15 09:00:54 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-15 09:00:54 +0000 |
commit | 1068fca2cf10ed0964e2012275b60f63b170a24d (patch) | |
tree | 96f7cdb1d19e13750dd1e4958f896de1990e91c1 /irc/irssi/Makefile | |
parent | 09606c5f794885539459cfd266edbc11884acc3d (diff) |
- Fix runtime crash on 64-bit archs with jemalloc
PR: ports/91812
Submitted by: keramida
Approved by: vanilla (vacation blanket)
Notes
Notes:
svn path=/head/; revision=153546
Diffstat (limited to 'irc/irssi/Makefile')
-rw-r--r-- | irc/irssi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile index 296d6e5a9bec..d6c0bb476265 100644 --- a/irc/irssi/Makefile +++ b/irc/irssi/Makefile @@ -7,6 +7,7 @@ PORTNAME= irssi PORTVERSION= 0.8.10 +PORTREVISION= 1 CATEGORIES?= irc MASTER_SITES= http://mirror.irssi.org/ |