mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Fix my latest commit, it UNBROKEN on 11, but BREAK it in all other OSVERSION.
- Bump PORTREVISION. Reported by: "Herbert J. Skuhra" <herbert@oslo.ath.cx> Tested by: "Herbert J. Skuhra" <herbert@oslo.ath.cx>
This commit is contained in:
parent
a74ab11217
commit
b549d1848e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371313
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= pftop
|
||||
PORTVERSION= 0.7
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= sysutils net
|
||||
MASTER_SITES= http://www.eee.metu.edu.tr/~canacar/
|
||||
|
||||
@ -12,6 +12,11 @@ COMMENT= Utility for real-time display of statistics for pf
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 1100000
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bpf_dump.c \
|
||||
${FILESDIR}/extra-patch-sf-gencode.h
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 900039
|
||||
MAKE_ARGS= LOCALBASE="${PREFIX}" OSLEVEL=41
|
||||
CFLAGS+= -DHAVE_ALTQ=1
|
||||
|
Loading…
Reference in New Issue
Block a user