diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-07-11 16:26:26 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-07-11 16:26:26 +0000 |
commit | c2d1a14c7c87601a2482b2337ade1454f6ac5a68 (patch) | |
tree | d6c77b7a4c1035ef2fe37dd09eb4885e2b07cae0 /editors/textroom | |
parent | fcf1af8ef459be093271d14274f70832a4bc883a (diff) |
Notes
Diffstat (limited to 'editors/textroom')
-rw-r--r-- | editors/textroom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/textroom/Makefile b/editors/textroom/Makefile index e28bc66511ba..2f5c3b0872e6 100644 --- a/editors/textroom/Makefile +++ b/editors/textroom/Makefile @@ -3,7 +3,7 @@ PORTNAME= textroom PORTVERSION= 0.8.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors MASTER_SITES= SF @@ -12,7 +12,7 @@ COMMENT= Full screen text editor LIB_DEPENDS= hunspell-1.3:${PORTSDIR}/textproc/hunspell \ xml++-2.6.2:${PORTSDIR}/textproc/libxml++26 \ - curl.6:${PORTSDIR}/ftp/curl + curl:${PORTSDIR}/ftp/curl USES= shared-mime-info USE_SDL= mixer |