diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-07-06 03:13:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-07-06 03:13:30 +0800 |
commit | 7e031813d3206e59b98659f96a27f102f2cbbbbe (patch) | |
tree | 0c092fd8c2138f0592474505eb7506dcce48afe6 /net | |
parent | 6e16469f6fd4626bb88a070a17b9fc6165ec108c (diff) | |
download | freebsd-ports-gnome-7e031813d3206e59b98659f96a27f102f2cbbbbe.tar.gz freebsd-ports-gnome-7e031813d3206e59b98659f96a27f102f2cbbbbe.tar.zst freebsd-ports-gnome-7e031813d3206e59b98659f96a27f102f2cbbbbe.zip |
Add NO_ARCH
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-URI-ws/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-URI-ws/Makefile b/net/p5-URI-ws/Makefile index 81817e8bea95..3cc557a0c7d6 100644 --- a/net/p5-URI-ws/Makefile +++ b/net/p5-URI-ws/Makefile @@ -16,7 +16,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-URI>=0:net/p5-URI -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk> |