diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-04 01:11:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-04 01:11:21 +0800 |
commit | 88146e51ab7dc66cd0d42659419427a99553540c (patch) | |
tree | 20e5c4785738d8ca7de71a19ba93871ccae808a2 /math | |
parent | e4313727d9343cda84f8618f1ec8839405c94c34 (diff) | |
download | freebsd-ports-graphics-88146e51ab7dc66cd0d42659419427a99553540c.tar.gz freebsd-ports-graphics-88146e51ab7dc66cd0d42659419427a99553540c.tar.zst freebsd-ports-graphics-88146e51ab7dc66cd0d42659419427a99553540c.zip |
- Add NO_ARCH
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Number-Uncertainty/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/p5-Number-Uncertainty/Makefile b/math/p5-Number-Uncertainty/Makefile index 9eda83a2730..9b22368bb3a 100644 --- a/math/p5-Number-Uncertainty/Makefile +++ b/math/p5-Number-Uncertainty/Makefile @@ -14,6 +14,7 @@ COMMENT= Object-orientated uncertainty object LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual +NO_ARCH= yes USE_PERL5= configure USES= perl5 |