diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-03-15 15:15:00 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-03-15 15:15:00 +0000 |
commit | b23e936e483cfa3ea5df0d36e707b7b890c9dacc (patch) | |
tree | 1aab193ba6538d3450aec6e58196303bf2c92312 /dns/knot | |
parent | d470826b6e39cdb650e1338fe269f494c15d7156 (diff) | |
download | ports-b23e936e483cfa3ea5df0d36e707b7b890c9dacc.tar.gz ports-b23e936e483cfa3ea5df0d36e707b7b890c9dacc.zip |
Notes
Diffstat (limited to 'dns/knot')
-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 |