diff options
Diffstat (limited to 'net/pfflowd')
-rw-r--r-- | net/pfflowd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/pfflowd/Makefile b/net/pfflowd/Makefile index e550de80f72b..0b8fa0de1752 100644 --- a/net/pfflowd/Makefile +++ b/net/pfflowd/Makefile @@ -27,6 +27,10 @@ PLIST_FILES= sbin/pfflowd \ IGNORE= "Only for 5.0 and above" .endif +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + post-patch: ${SED} -e 's|@@PREFIX@@|${PREFIX}|g' < ${FILESDIR}/pfflowd.sh.sample \ > ${WRKSRC}/pfflowd.sh.sample |