diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-09-25 03:04:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-09-25 03:04:36 +0800 |
commit | d8f04fab3b854fe91f92626d0e23d94074ccc087 (patch) | |
tree | 08cf64dc1ad04c82c911dc08abc27cdc35779a64 /devel | |
parent | 6215f8e74f0cb0c1a9229d77ad673e040f497652 (diff) | |
download | freebsd-ports-graphics-d8f04fab3b854fe91f92626d0e23d94074ccc087.tar.gz freebsd-ports-graphics-d8f04fab3b854fe91f92626d0e23d94074ccc087.tar.zst freebsd-ports-graphics-d8f04fab3b854fe91f92626d0e23d94074ccc087.zip |
- Add NO_ARCH
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Carp-Always-Color/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/p5-Carp-Always-Color/Makefile b/devel/p5-Carp-Always-Color/Makefile index 4dbe1a86619..6d278bfb66e 100644 --- a/devel/p5-Carp-Always-Color/Makefile +++ b/devel/p5-Carp-Always-Color/Makefile @@ -18,6 +18,7 @@ BUILD_DEPENDS= p5-Carp-Always>=0.10:${PORTSDIR}/devel/p5-Carp-Always RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-IO-Pty-Easy>=0:${PORTSDIR}/devel/p5-IO-Pty-Easy +NO_ARCH= yes USE_PERL5= configure USES= perl5 |