diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-01 16:00:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-01 16:00:44 +0000 |
commit | b7fa24e206abec23978e21476394768177b919df (patch) | |
tree | 072b00f362f0cace9bdd0950ead9c067619482e8 | |
parent | c83c9dcd216ea441db6158823294145606e59802 (diff) |
Notes
-rw-r--r-- | www/p5-WebService-NoPaste/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-WebService-NoPaste/Makefile b/www/p5-WebService-NoPaste/Makefile index 4ff4565dbdad..5f750d89cba7 100644 --- a/www/p5-WebService-NoPaste/Makefile +++ b/www/p5-WebService-NoPaste/Makefile @@ -22,8 +22,9 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= X11 X11_DESC= X11 Clipboard support +NO_ARCH= yes USE_PERL5= configure -USES= shebangfix perl5 +USES= perl5 shebangfix SHEBANG_FILES= nopaste |