diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-05-08 20:24:26 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-05-08 20:24:26 +0800 |
commit | 6cacb1df61d80493937dec5b9462138e85192324 (patch) | |
tree | fb2a7ca794683b48a96553e2bef2cef6d1f963c8 /www/p5-Catalyst-View-XML-Feed/Makefile | |
parent | 1fec6ecef417af6d7b92fb43e4dc5b21c4dab0f6 (diff) | |
download | freebsd-ports-gnome-6cacb1df61d80493937dec5b9462138e85192324.tar.gz freebsd-ports-gnome-6cacb1df61d80493937dec5b9462138e85192324.tar.zst freebsd-ports-gnome-6cacb1df61d80493937dec5b9462138e85192324.zip |
Mark MAKE_JOBS_SAFE
Diffstat (limited to 'www/p5-Catalyst-View-XML-Feed/Makefile')
-rw-r--r-- | www/p5-Catalyst-View-XML-Feed/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/p5-Catalyst-View-XML-Feed/Makefile b/www/p5-Catalyst-View-XML-Feed/Makefile index 9b85c398dc1c..27d16ddc2ec9 100644 --- a/www/p5-Catalyst-View-XML-Feed/Makefile +++ b/www/p5-Catalyst-View-XML-Feed/Makefile @@ -16,6 +16,7 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>0:${PORTSDIR}/www/p5-Catalyst-Runtime \ RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes +MAKE_JOBS_SAFE= yes MAN3= Catalyst::View::XML::Feed.3 |