diff options
author | obraun <obraun@FreeBSD.org> | 2004-03-09 07:57:56 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2004-03-09 07:57:56 +0800 |
commit | 3f42fc5ef2308a6193811c0c5b88fb4aadeafa31 (patch) | |
tree | 72127dd2607797c298a591cf745e763df37618d7 | |
parent | be756698a4da3fb4543c1b88affef868717629c0 (diff) | |
download | freebsd-ports-gnome-3f42fc5ef2308a6193811c0c5b88fb4aadeafa31.tar.gz freebsd-ports-gnome-3f42fc5ef2308a6193811c0c5b88fb4aadeafa31.tar.zst freebsd-ports-gnome-3f42fc5ef2308a6193811c0c5b88fb4aadeafa31.zip |
pf has been included in the base system, since OSVERSION > 502105.
PR: ports/63949
Submitted by: maintainer
-rw-r--r-- | security/pf/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/pf/Makefile b/security/pf/Makefile index 9390643e7103..c4d717d340be 100644 --- a/security/pf/Makefile +++ b/security/pf/Makefile @@ -50,6 +50,10 @@ PLIST_SUB+= WITH_ALTQ="@comment " IGNORE= "Only for 5.0 and above" .endif +.if ${OSVERSION} > 502105 +IGNORE= "pf moved to the base system, please build it from there" +.endif + .if !exists(${SRC_BASE}/sys/Makefile) && \ (defined(WITH_ALTQ) && !exists(${SYS_ALTQ}/Makefile)) IGNORE= "Kernel source files required" |