diff options
author | clsung <clsung@FreeBSD.org> | 2009-03-26 17:04:33 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2009-03-26 17:04:33 +0800 |
commit | fde176a458994edcd223c35423d8565f5092a6f2 (patch) | |
tree | 774acf9385337ff72c7ebca9d3da6e85a50e62c3 /deskutils | |
parent | 962a161e92080291c251661144812ebc0b371e7d (diff) | |
download | freebsd-ports-gnome-fde176a458994edcd223c35423d8565f5092a6f2.tar.gz freebsd-ports-gnome-fde176a458994edcd223c35423d8565f5092a6f2.tar.zst freebsd-ports-gnome-fde176a458994edcd223c35423d8565f5092a6f2.zip |
- fix INDEX broken
- bump PORTREVISION since devel/ruby-zoom -> devel/rubygem-zoom
with upgraded version
PointyHat to: me
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/alexandria/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/alexandria/Makefile b/deskutils/alexandria/Makefile index d6776331d578..8bd006d8afa7 100644 --- a/deskutils/alexandria/Makefile +++ b/deskutils/alexandria/Makefile @@ -7,7 +7,7 @@ PORTNAME= alexandria PORTVERSION= 0.6.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= deskutils ruby MASTER_SITES= ${MASTER_SITE_RUBYFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +23,7 @@ RUN_DEPENDS= ${RUBY_SITELIBDIR}/amazon.rb:${PORTSDIR}/www/ruby-amazon \ ${RUBY_SITEARCHLIBDIR}/gnome2.so:${PORTSDIR}/x11/ruby-gnome2 \ ${RUBY_SITEARCHLIBDIR}/gdk_pixbuf2.so:${PORTSDIR}/graphics/ruby-gdk_pixbuf2 \ ${RUBY_SITEARCHLIBDIR}/gconf2.so:${PORTSDIR}/devel/ruby-gconf2 \ - ${RUBY_SITEARCHLIBDIR}/zoom.so:${PORTSDIR}/devel/ruby-zoom + rubygem-zoom>=0:${PORTSDIR}/devel/rubygem-zoom USE_GNOME= gnomehier INSTALLS_OMF= yes |