diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-10-25 10:00:40 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-10-25 10:00:40 +0000 |
commit | 71cbe395d75aa83f01ac651864015fbf88f2d33b (patch) | |
tree | bf41a7a8846c2d9f0d56bf92293ea171ffeeca5b /textproc/ruby-gdome | |
parent | e524752c19ba2b982a2b4c8624a169382d557659 (diff) |
Chase the gdome2 update and bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=92109
Diffstat (limited to 'textproc/ruby-gdome')
-rw-r--r-- | textproc/ruby-gdome/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ruby-gdome/Makefile b/textproc/ruby-gdome/Makefile index 80174a07036b..57994dd16911 100644 --- a/textproc/ruby-gdome/Makefile +++ b/textproc/ruby-gdome/Makefile @@ -7,6 +7,7 @@ PORTNAME= gdome PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= textproc ruby MASTER_SITES= http://download.berlios.de/libgdome-ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby extension that wraps around gdome2 -LIB_DEPENDS= gdome.7:${PORTSDIR}/textproc/gdome2 +LIB_DEPENDS= gdome.8:${PORTSDIR}/textproc/gdome2 USE_BZIP2= yes |