diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-08-12 00:50:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-08-12 00:50:58 +0800 |
commit | 5b23e5261cf4450c9d5dd575dc2ece7420833caa (patch) | |
tree | 784b3aa6308793c9644749759f357c3b66c34a51 | |
parent | f67515e4be05bf75894a1e23c9a6c8a98f8a77fb (diff) | |
download | freebsd-ports-gnome-5b23e5261cf4450c9d5dd575dc2ece7420833caa.tar.gz freebsd-ports-gnome-5b23e5261cf4450c9d5dd575dc2ece7420833caa.tar.zst freebsd-ports-gnome-5b23e5261cf4450c9d5dd575dc2ece7420833caa.zip |
Add NO_ARCH
-rw-r--r-- | math/p5-Math-Bezier-Convert/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/p5-Math-Bezier-Convert/Makefile b/math/p5-Math-Bezier-Convert/Makefile index 8ab087caa4f7..3b554b38d172 100644 --- a/math/p5-Math-Bezier-Convert/Makefile +++ b/math/p5-Math-Bezier-Convert/Makefile @@ -14,4 +14,6 @@ COMMENT= Convert cubic and quadratic Bezier each other USES= perl5 dos2unix USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk> |