diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-09-10 10:48:56 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-09-10 10:48:56 +0000 |
commit | 336e032f3c49d0f8fb5567ce993186937f499540 (patch) | |
tree | ae0c098216e93201dbecc05548a9ddfdc2120243 /dns | |
parent | 7ab1953b5919028af20f27b193d2469601c0894e (diff) | |
download | freebsd-ports-336e032f3c49d0f8fb5567ce993186937f499540.zip |
Mark NO_ARCH
Diffstat (limited to 'dns')
-rw-r--r-- | dns/sshfp/Makefile | 1 | ||||
-rw-r--r-- | dns/vizone/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dns/sshfp/Makefile b/dns/sshfp/Makefile index 342617ce066b..23c61b043ce1 100644 --- a/dns/sshfp/Makefile +++ b/dns/sshfp/Makefile @@ -17,6 +17,7 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dns/__init__.py:dns/py-dnspython \ ${PYTHON_SITELIBDIR}/ldns.py:dns/py-ldns USES= python shebangfix +NO_ARCH= yes NO_BUILD= yes USE_GITHUB= yes GH_ACCOUNT= xelerance diff --git a/dns/vizone/Makefile b/dns/vizone/Makefile index 0c6e84bfdf2e..95185a3674b0 100644 --- a/dns/vizone/Makefile +++ b/dns/vizone/Makefile @@ -11,6 +11,7 @@ COMMENT= Updates the serial number in one or more zonefiles USES= shebangfix perl5 USE_PERL5= run +NO_ARCH= yes NO_BUILD= yes SHEBANG_FILES= updserial |