diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-28 22:50:44 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-28 22:50:44 +0000 |
commit | 64e8cb66bb17161314fdd4cfff20fff88e9bf87f (patch) | |
tree | 23d4048708146e4b5bc87f7a8520039d30ce0e81 /textproc/ruby-raspell | |
parent | 6fd4bdbdfe28330879a231c0d94881fca56255d4 (diff) | |
download | ports-64e8cb66bb17161314fdd4cfff20fff88e9bf87f.tar.gz ports-64e8cb66bb17161314fdd4cfff20fff88e9bf87f.zip |
Notes
Diffstat (limited to 'textproc/ruby-raspell')
-rw-r--r-- | textproc/ruby-raspell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ruby-raspell/Makefile b/textproc/ruby-raspell/Makefile index cd2452b49b32..bd5d9139ad0c 100644 --- a/textproc/ruby-raspell/Makefile +++ b/textproc/ruby-raspell/Makefile @@ -7,6 +7,7 @@ PORTNAME= raspell PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= textproc ruby MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +18,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby interface binding to aspell -LIB_DEPENDS= aspell.15:${PORTSDIR}/textproc/aspell +LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell USE_RUBY= yes USE_RUBY_EXTCONF= yes |