aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Gtk
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2002-04-10 05:42:24 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2002-04-10 05:42:24 +0000
commitde8c0e913db4551d9e618a4f01f7da98647326b3 (patch)
treea222f3e10ce776f2fd2609ed4d4905079c67794c /x11-toolkits/p5-Gtk
parent8fc2d06d987ab44d338c065e57feef8eb666e70f (diff)
downloadports-de8c0e913db4551d9e618a4f01f7da98647326b3.tar.gz
ports-de8c0e913db4551d9e618a4f01f7da98647326b3.zip
Notes
Diffstat (limited to 'x11-toolkits/p5-Gtk')
-rw-r--r--x11-toolkits/p5-Gtk/Makefile2
-rw-r--r--x11-toolkits/p5-Gtk/distinfo2
-rw-r--r--x11-toolkits/p5-Gtk/files/patch-Makefile.PL16
3 files changed, 10 insertions, 10 deletions
diff --git a/x11-toolkits/p5-Gtk/Makefile b/x11-toolkits/p5-Gtk/Makefile
index 0811f5448385..7b63a78a987d 100644
--- a/x11-toolkits/p5-Gtk/Makefile
+++ b/x11-toolkits/p5-Gtk/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Gtk
-PORTVERSION= 0.7006
+PORTVERSION= 0.7008
CATEGORIES= x11-toolkits lang perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Gtk
diff --git a/x11-toolkits/p5-Gtk/distinfo b/x11-toolkits/p5-Gtk/distinfo
index d1879bd62a38..9e8b129bef09 100644
--- a/x11-toolkits/p5-Gtk/distinfo
+++ b/x11-toolkits/p5-Gtk/distinfo
@@ -1 +1 @@
-MD5 (Gtk-Perl-0.7006.tar.gz) = 40dd22ce7bd7a3aca2b4aff2678a3be2
+MD5 (Gtk-Perl-0.7008.tar.gz) = b499abb5db7794f200abbf07879dd65d
diff --git a/x11-toolkits/p5-Gtk/files/patch-Makefile.PL b/x11-toolkits/p5-Gtk/files/patch-Makefile.PL
index 977a73f65752..143effb8f319 100644
--- a/x11-toolkits/p5-Gtk/files/patch-Makefile.PL
+++ b/x11-toolkits/p5-Gtk/files/patch-Makefile.PL
@@ -1,18 +1,18 @@
---- Makefile.PL.orig Sat Mar 24 20:18:40 2001
-+++ Makefile.PL Sun May 27 22:43:07 2001
-@@ -14,12 +14,12 @@
+--- Makefile.PL.orig Tue Jun 26 23:17:02 2001
++++ Makefile.PL Wed Apr 3 16:15:10 2002
+@@ -15,12 +15,12 @@
%detect = (
gtk => {order => 1, dir => 'Gtk', needed => 1,
- check => sub {cconfig('gtk-config --version', '1\.2\.')}},
+ check => sub {cconfig("$ENV{GTK_CONFIG} --version", '1\.2\.')}},
- gdkimlib => {order => 2, dir => 'GdkImlib',
+ gdkimlib => {order => 2, dir => 'GdkImlib', depends => [qw(gtk)],
check => sub {cconfig('imlib-config --version', '1\.9\.') && `imlib-config --libs-gdk`}},
- gtkglarea => {order => 2, dir => 'GtkGLArea',
+ gtkglarea => {order => 2, dir => 'GtkGLArea', depends => [qw(gtk)],
- check => sub {ccompile('#include <gtkgl/gtkglarea.h>', "", `gtk-config --cflags`,
- "-lgtkgl -lGL -lGLU " . `gtk-config --libs`)}},
+ check => sub {ccompile('#include <gtkgl/gtkglarea.h>', "", `$ENV{GTK_CONFIG} --cflags`,
+ "-lgtkgl -lGL -lGLU " . `$ENV{GTK_CONFIG} --libs`)}},
- gdkpixbuf => {order => 2, dir => 'GdkPixbuf',
- check => sub {cconfig('gdk-pixbuf-config --version', '0\.(9|1\d)\.?')}},
- gtkhtml => {order => 2, dir => 'GtkHTML',
+ gdkpixbuf => {order => 2, dir => 'GdkPixbuf', depends => [qw(gtk)],
+ check => sub {cconfig('gdk-pixbuf-config --version', '0\.(8|9|1\d)\.?')}},
+ gtkhtml => {order => 2, dir => 'GtkHTML', depends => [qw(gtk)],