aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/pfstat
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-09-15 07:27:00 +0800
committerpav <pav@FreeBSD.org>2005-09-15 07:27:00 +0800
commitadb8e3ed8975728995f5248cf26e100c9a8de1f4 (patch)
treeff69b15fbb5a9068e8c41408afe53764460c6708 /sysutils/pfstat
parent180bd48ff1a1be93d7805d97ab7621e761b410ed (diff)
downloadfreebsd-ports-gnome-adb8e3ed8975728995f5248cf26e100c9a8de1f4.tar.gz
freebsd-ports-gnome-adb8e3ed8975728995f5248cf26e100c9a8de1f4.tar.zst
freebsd-ports-gnome-adb8e3ed8975728995f5248cf26e100c9a8de1f4.zip
- Remove dependencies on security/pf, it was removed. pf is in base since
502106 Pointy hat to: pav
Diffstat (limited to 'sysutils/pfstat')
-rw-r--r--sysutils/pfstat/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/sysutils/pfstat/Makefile b/sysutils/pfstat/Makefile
index e2b9387c0e73..482f14ba368a 100644
--- a/sysutils/pfstat/Makefile
+++ b/sysutils/pfstat/Makefile
@@ -32,15 +32,8 @@ PLIST_FILES= bin/pfstat
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-IGNORE= "Only for 5.0 and above"
-.endif
-
.if ${OSVERSION} < 502106
-BUILD_DEPENDS= ${LOCALBASE}/include/pf/net/pfvar.h:${PORTSDIR}/security/pf
-RUN_DEPENDS= ${LOCALBASE}/modules/pf.ko:${PORTSDIR}/security/pf
-
-CFLAGS+= -I${LOCALBASE}/include/pf
+IGNORE= "Only for 5.3 and above"
.endif
post-patch: