diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/pfflowd/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/pfflowd/Makefile b/net/pfflowd/Makefile index 0bc0d15..3708a79 100644 --- a/net/pfflowd/Makefile +++ b/net/pfflowd/Makefile @@ -24,10 +24,6 @@ PLIST_FILES= sbin/pfflowd \ IGNORE= "Only for 5.0 and above" .endif -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" -.endif - .if ${OSVERSION} < 502106 BUILD_DEPENDS= ${LOCALBASE}/include/pf/net/pfvar.h:${PORTSDIR}/security/pf RUN_DEPENDS= ${LOCALBASE}/modules/pf.ko:${PORTSDIR}/security/pf |