diff options
author | obache <obache> | 2007-06-09 01:07:13 +0000 |
---|---|---|
committer | obache <obache> | 2007-06-09 01:07:13 +0000 |
commit | 2fff93ffce77174b5184ccdc4dae4a9e9f1b8181 (patch) | |
tree | f84929df91c7abb555ed7825dbacb2d98bd7527b /print | |
parent | dec143934d8912f5200cbb48c6bfe42205b8e5ea (diff) | |
download | pkgsrc-2fff93ffce77174b5184ccdc4dae4a9e9f1b8181.tar.gz |
Fix directory name for ruby-gnome-pango.
Diffstat (limited to 'print')
-rw-r--r-- | print/ruby-gnome2-gnomeprint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ruby-gnome2-gnomeprint/Makefile b/print/ruby-gnome2-gnomeprint/Makefile index a4330ed8cda..df5fd233182 100644 --- a/print/ruby-gnome2-gnomeprint/Makefile +++ b/print/ruby-gnome2-gnomeprint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/05/26 06:24:28 obache Exp $ +# $NetBSD: Makefile,v 1.2 2007/06/09 01:07:13 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gnomeprint-${VERSION} @@ -8,7 +8,7 @@ CATEGORIES= print RUBY_EXTCONF_SUBDIRS= gnomeprint DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-pango>=${VERSION}:../../devel/ruby-gnome2-glib +DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-pango>=${VERSION}:../../devel/ruby-gnome2-pango DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-libart>=${VERSION}:../../graphics/ruby-gnome2-libart USE_TOOLS+= pkg-config |