diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-04-06 17:31:36 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-04-06 17:31:36 +0000 |
commit | 6a514c27ddc880783b0163a2e9304bfb574b3cc2 (patch) | |
tree | d6534fee28c1338ddb534180a068e4868413c766 /x11-toolkits/p5-Gtk2/Makefile | |
parent | 42a070350f7311fcff318831d7eb755bbb9b15b4 (diff) | |
download | ports-6a514c27ddc880783b0163a2e9304bfb574b3cc2.tar.gz ports-6a514c27ddc880783b0163a2e9304bfb574b3cc2.zip |
Notes
Diffstat (limited to 'x11-toolkits/p5-Gtk2/Makefile')
-rw-r--r-- | x11-toolkits/p5-Gtk2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/p5-Gtk2/Makefile b/x11-toolkits/p5-Gtk2/Makefile index a963df6617d7..09c7add4ded7 100644 --- a/x11-toolkits/p5-Gtk2/Makefile +++ b/x11-toolkits/p5-Gtk2/Makefile @@ -3,6 +3,7 @@ PORTNAME= Gtk2 PORTVERSION= 1.24993 +PORTREVISION= 1 CATEGORIES= x11-toolkits lang perl5 MASTER_SITES= CPAN \ SF/${PORTNAME:tl}-perl/${PORTNAME}/${PORTVERSION} @@ -16,10 +17,10 @@ LICENSE= LGPL21 BUILD_DEPENDS= p5-Cairo>=1:graphics/p5-Cairo \ p5-ExtUtils-Depends>=0.300:devel/p5-ExtUtils-Depends \ p5-ExtUtils-PkgConfig>=1.03:devel/p5-ExtUtils-PkgConfig \ - p5-Glib2>=1.280:devel/p5-Glib2 \ + p5-Glib>=1.280:devel/p5-Glib \ p5-Pango>=1.220:x11-toolkits/p5-Pango RUN_DEPENDS= p5-Cairo>=1:graphics/p5-Cairo \ - p5-Glib2>=1.280:devel/p5-Glib2 \ + p5-Glib>=1.280:devel/p5-Glib \ p5-Pango>=1.220:x11-toolkits/p5-Pango USES= gmake gnome perl5 |