diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-26 23:39:27 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-26 23:39:27 +0000 |
commit | 1b6ed9bf369a03b5e9bd900aecd4571595741ecd (patch) | |
tree | 899604d920ca31abcade52487d9ec54702f71f34 /graphics | |
parent | 9436cc8888794c7d18cebe2993aef6eaf7b7711a (diff) | |
download | pkgsrc-1b6ed9bf369a03b5e9bd900aecd4571595741ecd.tar.gz |
Fix typo in last commit.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Gnome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-Gnome/Makefile b/graphics/p5-Gnome/Makefile index 53731451c86..13f68cb8a4a 100644 --- a/graphics/p5-Gnome/Makefile +++ b/graphics/p5-Gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/05/26 19:27:27 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/05/26 23:39:27 joerg Exp $ # .include "../../x11/p5-gtk/Makefile.common" @@ -9,7 +9,7 @@ PKGREVISION= 6 MAINTAINER= adrianp@NetBSD.org COMMENT= Perl bindings for Gnome -DEPENDS+= p5-Gdk-Imlib-${GTKPERL_VERSION}{,nb}:../../graphics/p5-Gdk-Imlib +DEPENDS+= p5-Gdk-Imlib-${GTKPERL_VERSION}{,nb*}:../../graphics/p5-Gdk-Imlib PERL5_PACKLIST= auto/Gnome/.packlist SUBPACKAGE= Gnome |