diff options
-rw-r--r-- | tools/conf/pfPorts/make.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/conf/pfPorts/make.conf b/tools/conf/pfPorts/make.conf index e162a8b..27423a4 100644 --- a/tools/conf/pfPorts/make.conf +++ b/tools/conf/pfPorts/make.conf @@ -44,7 +44,7 @@ net_ntp_UNSET_FORCE= PERL_UTILS mail_pear-Mail_SET_FORCE= PEAR_NET_SMTP -.if ${.CURDIR:N*net/quagga*}=="" +.if ${.CURDIR:N*net/quagga*}=="" || ${.CURDIR:N*net/frr*}=="" CUR_ARCH!=uname -m . if ${CUR_ARCH} == "arm" WITH_DEBUG=yes |