diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-06-18 12:52:30 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-06-18 12:52:30 +0800 |
commit | 6e04995106cf784acffd9142413fbc5784ea8675 (patch) | |
tree | abf2aed6724dca68587c2b4f066e153a7f748ccc /security | |
parent | 9bc98dbc388ac95e9aeb10aa60d38b0484e5b99e (diff) | |
download | freebsd-ports-gnome-6e04995106cf784acffd9142413fbc5784ea8675.tar.gz freebsd-ports-gnome-6e04995106cf784acffd9142413fbc5784ea8675.tar.zst freebsd-ports-gnome-6e04995106cf784acffd9142413fbc5784ea8675.zip |
Submitted by: maintainer
Change BROKEN to IGNORE in Makefile, suggested by: kris@
&& bump PORTREVISION.
Diffstat (limited to 'security')
-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") |