From c08c3c469c06ce1ec0628e0c8cdaaaceeefa3a70 Mon Sep 17 00:00:00 2001 From: scheidell Date: Thu, 15 Mar 2012 15:15:00 +0000 Subject: - Add ONLY_FOR_ARCHS= i386 amd64 - No PORTREVISION bump PR: ports/165787 Reported by: Anton Shterenlikht Approved by: Leo Vandewoestijne (maintainer, implicit) Feature safe: yes --- dns/knot/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dns') 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 -- cgit