diff options
author | mezz <mezz@FreeBSD.org> | 2005-03-12 11:05:18 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-03-12 11:05:18 +0000 |
commit | d518f80dc208ca5cfc3977ffcd7b9980df98eacf (patch) | |
tree | 631d8a392e2260b38227e09139ea9c432f755f4a /print/ruby-gnomeprint | |
parent | 6cd4f98b305f25abf152ac61bd5ab8d1977b27a9 (diff) | |
download | FreeBSD-ports-d518f80dc208ca5cfc3977ffcd7b9980df98eacf.zip FreeBSD-ports-d518f80dc208ca5cfc3977ffcd7b9980df98eacf.tar.gz |
-Update to 0.12.0, works with GTK 2.6/GNOME 2.10.
http://ruby-gnome2.sourceforge.jp/hiki.cgi?News_20050306_1
-A few clean up such as correct paths, dependencies and etc.
Diffstat (limited to 'print/ruby-gnomeprint')
-rw-r--r-- | print/ruby-gnomeprint/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/ruby-gnomeprint/Makefile b/print/ruby-gnomeprint/Makefile index f75fcf9..7400f5d 100644 --- a/print/ruby-gnomeprint/Makefile +++ b/print/ruby-gnomeprint/Makefile @@ -17,8 +17,7 @@ DIST_SUBDIR= ruby MAINTAINER= mezz@FreeBSD.org COMMENT= Ruby binding for libgnomeprint -RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2 \ - ${RUBY_SITEARCHLIBDIR}/libart2.so:${PORTSDIR}/graphics/ruby-libart2 \ +RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/libart2.so:${PORTSDIR}/graphics/ruby-libart2 \ ${RUBY_SITEARCHLIBDIR}/pango.so:${PORTSDIR}/x11-toolkits/ruby-pango USE_RUBY= yes |