diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-03 17:07:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-03 17:07:47 +0000 |
commit | 3102ad93f1f9ea4b937ec747f7fe7898de0bafc0 (patch) | |
tree | 985c30d1899b6648f187c7d9428be0ae03bb660d /dns | |
parent | 4d27d8a0bb9a9102c4f042a5d2c6bd3ec6dd7429 (diff) | |
download | freebsd-ports-3102ad93f1f9ea4b937ec747f7fe7898de0bafc0.zip |
- Add NO_ARCH
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-AnyEvent-CacheDNS/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/p5-AnyEvent-CacheDNS/Makefile b/dns/p5-AnyEvent-CacheDNS/Makefile index a7da01acf9c7..56aba6073628 100644 --- a/dns/p5-AnyEvent-CacheDNS/Makefile +++ b/dns/p5-AnyEvent-CacheDNS/Makefile @@ -16,6 +16,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= modbuild USES= perl5 |