diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-01-21 03:30:12 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-01-21 03:30:12 +0000 |
commit | 0d68bb91c05e1466e720de762dea0cb64d62693e (patch) | |
tree | bebdf77ad4117c8f3775861368796dc304c358dc /x11-toolkits/p5-Gtk/Makefile | |
parent | e17c85302c7629da2391aa8fde405b14eb0f6003 (diff) |
Fix building with perl5.8
PR: ports/45031
Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
Notes
Notes:
svn path=/head/; revision=73702
Diffstat (limited to 'x11-toolkits/p5-Gtk/Makefile')
-rw-r--r-- | x11-toolkits/p5-Gtk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Gtk/Makefile b/x11-toolkits/p5-Gtk/Makefile index b0726065fab3..efcf29101520 100644 --- a/x11-toolkits/p5-Gtk/Makefile +++ b/x11-toolkits/p5-Gtk/Makefile @@ -7,6 +7,7 @@ PORTNAME= Gtk PORTVERSION= 0.7008 +PORTREVISION= 1 CATEGORIES= x11-toolkits lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Gtk |