aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pftop/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-09-14 23:27:00 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-09-14 23:27:00 +0000
commit3ba03fca82bbb5c23d6a35130c470ab789eac4b9 (patch)
treee31b6ac5868b0406252061aaa4e581b9fc9c736c /sysutils/pftop/Makefile
parentac1f9d347a87d0c305ab739568c18c3f4cd98ea4 (diff)
downloadports-3ba03fca82bbb5c23d6a35130c470ab789eac4b9.tar.gz
ports-3ba03fca82bbb5c23d6a35130c470ab789eac4b9.zip
- Remove dependencies on security/pf, it was removed. pf is in base since
502106 Pointy hat to: pav
Notes
Notes: svn path=/head/; revision=142767
Diffstat (limited to 'sysutils/pftop/Makefile')
-rw-r--r--sysutils/pftop/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/sysutils/pftop/Makefile b/sysutils/pftop/Makefile
index b03dbe16f911..a8cfbd87b2b7 100644
--- a/sysutils/pftop/Makefile
+++ b/sysutils/pftop/Makefile
@@ -21,8 +21,8 @@ MANCOMPRESSED= no
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-IGNORE= Only for 5.0 and above
+.if ${OSVERSION} < 502106
+IGNORE= Only for 5.3 and above
.endif
.if ${OSVERSION} < 502116
@@ -38,16 +38,6 @@ MAKE_ARGS= LOCALBASE="${PREFIX}" OSLEVEL=37
CFLAGS+= -DHAVE_ALTQ=1
.endif
-.if ${OSVERSION} < 502106
-BUILD_DEPENDS= ${LOCALBASE}/include/pf/net/pfvar.h:${PORTSDIR}/security/pf
-.if defined(WITH_ALTQ) && (${WITH_ALTQ} == "yes")
-BUILD_DEPENDS+=${LOCALBASE}/include/pf/altq/altq.h:${PORTSDIR}/security/pf
-.endif
-RUN_DEPENDS= ${LOCALBASE}/modules/pf.ko:${PORTSDIR}/security/pf
-
-CFLAGS+= -I${LOCALBASE}/include/pf
-.endif
-
PLIST_FILES= sbin/pftop
do-install: