diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-04-16 20:08:05 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-04-16 20:08:05 +0000 |
commit | 682ed46a9bc6f9cdf0b398afbddf54d529e2fae2 (patch) | |
tree | 960175436a62bcbfcaab0976e08e15daa79edf16 /chinese/irssi | |
parent | 8745f6351dcb5f10d35b1284ed1bb17195dfca16 (diff) | |
download | ports-682ed46a9bc6f9cdf0b398afbddf54d529e2fae2.tar.gz ports-682ed46a9bc6f9cdf0b398afbddf54d529e2fae2.zip |
Add gui-readline.c to EXTRA_PATCHES and bump version.
Notes
Notes:
svn path=/head/; revision=79101
Diffstat (limited to 'chinese/irssi')
-rw-r--r-- | chinese/irssi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/irssi/Makefile b/chinese/irssi/Makefile index 59388c9687df..515932391dc9 100644 --- a/chinese/irssi/Makefile +++ b/chinese/irssi/Makefile @@ -9,11 +9,12 @@ MASTERDIR= ${.CURDIR}/../../irc/irssi EXTRA_PATCHES= ${.CURDIR}/files/patch-irssi.conf \ ${.CURDIR}/files/patch-src::fe-text::gui-entry.c \ ${.CURDIR}/files/patch-src::fe-text::gui-entry.h \ + ${.CURDIR}/files/patch-src::fe-text::gui-readline.h \ ${.CURDIR}/files/patch-src::fe-text::term-terminfo.c \ ${.CURDIR}/files/patch-src::fe-text::textbuffer-view.c \ ${.CURDIR}/files/patch-src::fe-text::utf8.h -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= chinese MAINTAINER= vanilla@FreeBSD.org |