diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-09 02:39:39 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-09 02:39:39 +0000 |
commit | 86e99b50fa5ed8339454d4892aef2a2740d0a3bb (patch) | |
tree | 931c36ed1c5158b5ab6acf043b8d0bd96c3650e1 /textproc/ruby-sablot | |
parent | 66c84f7e976829a81af3731338033bd9c53d3ee7 (diff) |
Notes
Diffstat (limited to 'textproc/ruby-sablot')
-rw-r--r-- | textproc/ruby-sablot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ruby-sablot/Makefile b/textproc/ruby-sablot/Makefile index 6c2fc081289a..de5a04b447d7 100644 --- a/textproc/ruby-sablot/Makefile +++ b/textproc/ruby-sablot/Makefile @@ -7,6 +7,7 @@ PORTNAME= sablot PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= textproc ruby MASTER_SITES= http://www.inac.co.jp/~maki/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org -LIB_DEPENDS= sablot.51:${PORTSDIR}/textproc/sablotron +LIB_DEPENDS= sablot.52:${PORTSDIR}/textproc/sablotron USE_RUBY= yes USE_RUBY_EXTCONF= yes |