diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-01-17 13:23:31 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-01-17 13:23:31 +0800 |
commit | 2c676c5ab1ee8689d98565007adf081ba90a2c02 (patch) | |
tree | 527b6341b2151d7690561b88918ea8f40927494b | |
parent | 16dcf6313867467556ebd8049dc05679c9e79685 (diff) | |
download | freebsd-ports-gnome-2c676c5ab1ee8689d98565007adf081ba90a2c02.tar.gz freebsd-ports-gnome-2c676c5ab1ee8689d98565007adf081ba90a2c02.tar.zst freebsd-ports-gnome-2c676c5ab1ee8689d98565007adf081ba90a2c02.zip |
RUN_DEPEND on devel/ruby-zoom
PR: ports/107407
Submitted by: R.Mahmatkhanov
Approved by: maintainer-timeout
-rw-r--r-- | deskutils/alexandria/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/alexandria/Makefile b/deskutils/alexandria/Makefile index 80380a017f99..d025d213d3d8 100644 --- a/deskutils/alexandria/Makefile +++ b/deskutils/alexandria/Makefile @@ -7,7 +7,7 @@ PORTNAME= alexandria PORTVERSION= 0.6.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils ruby MASTER_SITES= ${MASTER_SITE_RUBYFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,7 +22,8 @@ RUN_DEPENDS= ${RUBY_SITELIBDIR}/amazon.rb:${PORTSDIR}/www/ruby-amazon \ ${RUBY_SITEARCHLIBDIR}/libglade2.so:${PORTSDIR}/devel/ruby-libglade2 \ ${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}/gconf2.so:${PORTSDIR}/devel/ruby-gconf2 \ + ${RUBY_SITEARCHLIBDIR}/zoom.so:${PORTSDIR}/devel/ruby-zoom USE_GNOME= gnomehier INSTALLS_OMF= yes |