diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-19 05:23:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-19 05:23:03 +0000 |
commit | 0f57ce77afaad12ca17c2e74d318f146418f5aad (patch) | |
tree | 2a519361558e66339300a0c17273a15d22026c77 /editors/textroom | |
parent | 6e7763dcc32be608dd5017c4472bc7a4c757e45c (diff) |
Notes
Diffstat (limited to 'editors/textroom')
-rw-r--r-- | editors/textroom/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/textroom/Makefile b/editors/textroom/Makefile index 6bbb1ee90182..809277ee3200 100644 --- a/editors/textroom/Makefile +++ b/editors/textroom/Makefile @@ -7,6 +7,7 @@ PORTNAME= textroom PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= SF @@ -14,7 +15,7 @@ MAINTAINER= admin@mjbrune.org COMMENT= A full screen text editor BUILD_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info -LIB_DEPENDS= hunspell-1.2:${PORTSDIR}/textproc/hunspell \ +LIB_DEPENDS= hunspell-1.3:${PORTSDIR}/textproc/hunspell \ xml++-2.6.2:${PORTSDIR}/textproc/libxml++26 \ curl.6:${PORTSDIR}/ftp/curl RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info |