diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-19 22:38:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-19 22:38:54 +0800 |
commit | 36d2b8c176d8d4042b7e1e049e28aa9e3264d8bd (patch) | |
tree | 73a6a3a62a9e76c381e15e05261ea29d9932aba6 /x11-toolkits | |
parent | 0298f5379be845183b705a01418b9ad0cef5813a (diff) | |
download | freebsd-ports-gnome-36d2b8c176d8d4042b7e1e049e28aa9e3264d8bd.tar.gz freebsd-ports-gnome-36d2b8c176d8d4042b7e1e049e28aa9e3264d8bd.tar.zst freebsd-ports-gnome-36d2b8c176d8d4042b7e1e049e28aa9e3264d8bd.zip |
Fix *_DEPENDS
- Add missing p5-Cairo-GObject
- Update version requirement of p5-Glib-Object-Introspection
- Bump PORTREVISION for dependency change
PR: 218358
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 15 days)
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 |