diff options
author | scheidell <scheidell@FreeBSD.org> | 2012-03-15 23:15:00 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2012-03-15 23:15:00 +0800 |
commit | c08c3c469c06ce1ec0628e0c8cdaaaceeefa3a70 (patch) | |
tree | c4b656f76914161a8c4a92dcd7f43b9a49e47525 /dns | |
parent | de446670f0b0458ec78b7bd7b1be4d12faf7f28c (diff) | |
download | freebsd-ports-gnome-c08c3c469c06ce1ec0628e0c8cdaaaceeefa3a70.tar.gz freebsd-ports-gnome-c08c3c469c06ce1ec0628e0c8cdaaaceeefa3a70.tar.zst freebsd-ports-gnome-c08c3c469c06ce1ec0628e0c8cdaaaceeefa3a70.zip |
- Add ONLY_FOR_ARCHS= i386 amd64
- No PORTREVISION bump
PR: ports/165787
Reported by: Anton Shterenlikht <mexas@bristol.ac.uk>
Approved by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer, implicit)
Feature safe: yes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/knot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/knot/Makefile b/dns/knot/Makefile index 14f3e99dffc0..59d7a164b643 100644 --- a/dns/knot/Makefile +++ b/dns/knot/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \ flex>=2.5.35_1:${PORTSDIR}/textproc/flex LIB_DEPENDS= urcu.1:${PORTSDIR}/sysutils/userspace-rcu +ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS_REASON= will not configure. See ports/165798 CONFIGURE_ARGS= --sysconfdir=${ETCDIR} GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool |