diff options
author | wiz <wiz@pkgsrc.org> | 2007-05-20 15:21:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-05-20 15:21:35 +0000 |
commit | 9d6df6b6de9575582c6e9459f7452cb37847ddd1 (patch) | |
tree | bc500a5613bfe63cd3bad1c7b22429480d3c8b64 /graphics | |
parent | 18b1dd902f0562aa275b85c07d882a23fa339e6b (diff) | |
download | pkgsrc-9d6df6b6de9575582c6e9459f7452cb37847ddd1.tar.gz |
Remove some more gnome1-libs dependencies.
No comment on pkgsrc-users nor from the maintainers after two weeks.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-Gnome/DESCR | 7 | ||||
-rw-r--r-- | graphics/p5-Gnome/Makefile | 24 | ||||
-rw-r--r-- | graphics/p5-Gnome/PLIST | 1 |
4 files changed, 1 insertions, 34 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index cde42e6fed8..6212d1f0ec0 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.452 2007/05/18 19:20:45 heinz Exp $ +# $NetBSD: Makefile,v 1.453 2007/05/20 15:21:35 wiz Exp $ # COMMENT= Graphics tools and libraries @@ -219,7 +219,6 @@ SUBDIR+= p5-GDTextUtil SUBDIR+= p5-GIFgraph SUBDIR+= p5-Gdk-Imlib SUBDIR+= p5-Gdk-Pixbuf -SUBDIR+= p5-Gnome SUBDIR+= p5-GraphViz SUBDIR+= p5-Image-ExifTool SUBDIR+= p5-Image-Imlib2 diff --git a/graphics/p5-Gnome/DESCR b/graphics/p5-Gnome/DESCR deleted file mode 100644 index 97dffdd3f67..00000000000 --- a/graphics/p5-Gnome/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -The Gtk module allows Perl access to the Gtk+ graphical user interface -library. You can find more information about Gtk+ on http://www.gtk.org. -The Perl binding tries to follow the C interface as much as possible, -providing at the same time a fully object-oriented interface and -Perl-style calling conventions. - -This is the Gnome extension of the Gtk module. diff --git a/graphics/p5-Gnome/Makefile b/graphics/p5-Gnome/Makefile deleted file mode 100644 index aaa88510440..00000000000 --- a/graphics/p5-Gnome/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: Makefile,v 1.12 2007/01/30 21:27:02 joerg Exp $ -# - -.include "../../x11/p5-gtk/Makefile.common" - -PKGNAME= p5-Gnome-${GTKPERL_VERSION} -PKGREVISION= 6 - -MAINTAINER= adrianp@NetBSD.org -COMMENT= Perl bindings for Gnome - -DEPENDS+= p5-Gdk-Imlib-${GTKPERL_VERSION}{,nb*}:../../graphics/p5-Gdk-Imlib - -PERL5_PACKLIST= auto/Gnome/.packlist -SUBPACKAGE= Gnome - -pre-configure: - cd ${GTKDIR}/../GdkImlib && ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - cd ${GTKDIR}/../GdkImlib && ${SETENV} ${MAKE_ENV} \ - ${MAKE_PROGRAM} -f ${MAKE_FILE} ${BUILD_TARGET} - -.include "../../x11/gnome-libs/buildlink3.mk" -.include "../../x11/libSM/buildlink3.mk" -.include "../../x11/p5-gtk/Makefile.subpackage" diff --git a/graphics/p5-Gnome/PLIST b/graphics/p5-Gnome/PLIST deleted file mode 100644 index 41dc860d5ee..00000000000 --- a/graphics/p5-Gnome/PLIST +++ /dev/null @@ -1 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/22 18:03:18 adrianp Exp $ |