diff options
author | joerg <joerg> | 2006-05-26 23:39:27 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-26 23:39:27 +0000 |
commit | 2e54b69b108bec08bf6b6ba7e84e9b9fb9ac900e (patch) | |
tree | 899604d920ca31abcade52487d9ec54702f71f34 /graphics | |
parent | 53cace0c4d3459225d3c53098535e6a9f5f6baed (diff) | |
download | pkgsrc-2e54b69b108bec08bf6b6ba7e84e9b9fb9ac900e.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 |