diff options
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Gtk3/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Gtk3/Makefile b/x11-toolkits/p5-Gtk3/Makefile index 4513d9c7f11a..beb9c67ee2f2 100644 --- a/x11-toolkits/p5-Gtk3/Makefile +++ b/x11-toolkits/p5-Gtk3/Makefile @@ -2,6 +2,7 @@ PORTNAME= Gtk3 PORTVERSION= 0.026 +PORTREVISION= 1 CATEGORIES= x11-toolkits lang perl5 MASTER_SITES= CPAN SF/${PORTNAME:tl}-perl/${PORTNAME}/${PORTVERSION} MASTER_SITE_SUBDIR= CPAN:XAOC @@ -13,7 +14,9 @@ COMMENT= Perl module for Gtk+ 3.x graphical user interface library LICENSE= LGPL21+ LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSE -RUN_DEPENDS= p5-Glib-Object-Introspection>=0.002:devel/p5-Glib-Object-Introspection +BUILD_DEPENDS= p5-Cairo-GObject>=1:devel/p5-Cairo-GObject \ + p5-Glib-Object-Introspection>=0.016:devel/p5-Glib-Object-Introspection +RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= perl5 |