diff options
author | kris <kris@FreeBSD.org> | 2004-06-21 02:13:13 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-21 02:13:13 +0000 |
commit | 0de75d0fff611467f8ae032beede52d8b6268a85 (patch) | |
tree | 0e5e1f491c82880c433cc15c52f95015713fee71 /net | |
parent | f1394c9820a35bdeeaaec7911d355e1de73c8b63 (diff) | |
download | FreeBSD-ports-0de75d0fff611467f8ae032beede52d8b6268a85.zip FreeBSD-ports-0de75d0fff611467f8ae032beede52d8b6268a85.tar.gz |
Seems like this now builds on !i386
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 |