diff options
Diffstat (limited to 'security/authpf/Makefile')
-rw-r--r-- | security/authpf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/authpf/Makefile b/security/authpf/Makefile index 87a44bda9e53..3d52014858f9 100644 --- a/security/authpf/Makefile +++ b/security/authpf/Makefile @@ -7,6 +7,7 @@ PORTNAME= authpf PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= security ipv6 MASTER_SITES= http://pf4freebsd.love2party.net/ .if defined(WITH_ALTQ) && (${WITH_ALTQ} == "yes") @@ -44,12 +45,12 @@ PLIST_SUB+= WITH_ALTQ="@comment " .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "Only for 5.0 and above" +IGNORE= "Only for 5.0 and above" .endif .if !exists(${SRC_BASE}/sys/Makefile) && \ (defined(WITH_ALTQ) && !exists(${SYS_ALTQ}/Makefile) -BROKEN= "Kernel source files required" +IGNORE= "Kernel source files required" .endif .if !defined(WITH_ALTQ) || (${WITH_ALTQ} != "yes") |