summaryrefslogtreecommitdiff
path: root/security/authpf
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-06-18 04:52:30 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-06-18 04:52:30 +0000
commit7585a872771afc8cf2023a12dbe4e68d30f0c770 (patch)
treead35e728a8357112983a0ca40855f419f9492030 /security/authpf
parentfix about italic font aliases. (diff)
Submitted by: maintainer
Change BROKEN to IGNORE in Makefile, suggested by: kris@ && bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=83227
Diffstat (limited to 'security/authpf')
-rw-r--r--security/authpf/Makefile5
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")