diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-09-21 04:25:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-09-21 04:25:05 +0800 |
commit | 47e952dc3319a0f77f623648dee4fc0d9b921d48 (patch) | |
tree | 49ea6344ddb1541fa0b9056a81715ab466b2da62 /net | |
parent | e17b2a1954569909e66b755f0142268e099c9026 (diff) | |
download | freebsd-ports-gnome-47e952dc3319a0f77f623648dee4fc0d9b921d48.tar.gz freebsd-ports-gnome-47e952dc3319a0f77f623648dee4fc0d9b921d48.tar.zst freebsd-ports-gnome-47e952dc3319a0f77f623648dee4fc0d9b921d48.zip |
- Add NO_ARCH
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-CLI-Interact/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/p5-Net-CLI-Interact/Makefile b/net/p5-Net-CLI-Interact/Makefile index d48f31b2941b..8166cfec0c35 100644 --- a/net/p5-Net-CLI-Interact/Makefile +++ b/net/p5-Net-CLI-Interact/Makefile @@ -25,6 +25,7 @@ BUILD_DEPENDS= p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \ p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 |