diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-18 19:35:09 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-18 19:35:09 +0000 |
commit | 7ba3f1a7055fac78cea119f2a79b928b2f836230 (patch) | |
tree | 9e3c266838effeec4cf414756211d0efb5c46cb1 /devel/p5-Gtk2-Notify | |
parent | 626e9c8596a2943efba17bd9584c6dd8aa68b71c (diff) | |
download | ports-7ba3f1a7055fac78cea119f2a79b928b2f836230.tar.gz ports-7ba3f1a7055fac78cea119f2a79b928b2f836230.zip |
Notes
Diffstat (limited to 'devel/p5-Gtk2-Notify')
-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 |