diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-03-12 11:05:18 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-03-12 11:05:18 +0000 |
commit | ebfae590f20141a525b7803823fa8c115997107f (patch) | |
tree | dedcac2efe771f0a890bb568923089f2223d3814 /print/ruby-gnomeprint | |
parent | ba6e68fea6287e3f1c619bfb757d202d58020807 (diff) |
Notes
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 f75fcf999343..7400f5d2ac7a 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 |