diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-09-10 22:14:08 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-09-10 22:14:08 +0800 |
commit | 69c442356333787dcedde4c0274076e6962699d6 (patch) | |
tree | b28a87f055ed53434167795199c5b31cba27b3e1 /net | |
parent | a94cab21c08810dfb0ec7cf1a54b6cc45e3a3bb5 (diff) | |
download | freebsd-ports-gnome-69c442356333787dcedde4c0274076e6962699d6.tar.gz freebsd-ports-gnome-69c442356333787dcedde4c0274076e6962699d6.tar.zst freebsd-ports-gnome-69c442356333787dcedde4c0274076e6962699d6.zip |
Mark NO_ARCH
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-IO-Socket-Socks/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/p5-IO-Socket-Socks/Makefile b/net/p5-IO-Socket-Socks/Makefile index 6e13f804b630..2e38ac986bac 100644 --- a/net/p5-IO-Socket-Socks/Makefile +++ b/net/p5-IO-Socket-Socks/Makefile @@ -12,5 +12,6 @@ COMMENT= Provides a way to create socks client or server both 4 and 5 version USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> |