diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-19 03:35:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-19 03:35:09 +0800 |
commit | 2dd7c2575b1492c57f34d01a1aede6ab519888f3 (patch) | |
tree | 9e3c266838effeec4cf414756211d0efb5c46cb1 /devel | |
parent | b80a049eb4bb009949478c78b5624129c7aa4829 (diff) | |
download | freebsd-ports-gnome-2dd7c2575b1492c57f34d01a1aede6ab519888f3.tar.gz freebsd-ports-gnome-2dd7c2575b1492c57f34d01a1aede6ab519888f3.tar.zst freebsd-ports-gnome-2dd7c2575b1492c57f34d01a1aede6ab519888f3.zip |
- Mark MAKE_JOBS_UNSAFE
- Convert to new LIB_DEPENDS format
- While I'm here, support STAGEDIR
PR: ports/182621
Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com>
Approved by: Zhihao Yuan <zy@miator.net> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Gtk2-Notify/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Gtk2-Notify/pkg-plist | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/devel/p5-Gtk2-Notify/Makefile b/devel/p5-Gtk2-Notify/Makefile index b3b79d9bdd39..28568ee04841 100644 --- a/devel/p5-Gtk2-Notify/Makefile +++ b/devel/p5-Gtk2-Notify/Makefile @@ -14,15 +14,12 @@ BUILD_DEPENDS= p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \ p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ p5-Glib2>=0:${PORTSDIR}/devel/p5-Glib2 \ p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 -LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify +LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify RUN_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 - TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +MAKE_JOBS_UNSAFE= yes USES= perl5 USE_PERL5= configure -MAN3= Gtk2::Notify.3 Gtk2::Notify::index.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/p5-Gtk2-Notify/pkg-plist b/devel/p5-Gtk2-Notify/pkg-plist index 3705c47bc06b..bb1ab3ae91af 100644 --- a/devel/p5-Gtk2-Notify/pkg-plist +++ b/devel/p5-Gtk2-Notify/pkg-plist @@ -7,6 +7,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Notify/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Notify/Notify.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Notify/Notify.so +%%PERL5_MAN3%%/Gtk2::Notify.3.gz +%%PERL5_MAN3%%/Gtk2::Notify::index.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Notify @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/Notify/Install @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/Notify |