diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2014-06-30 17:27:37 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2014-06-30 17:27:37 +0000 |
commit | 7005017c666a576d338da4084f55847231d708dd (patch) | |
tree | a35c3c35feec0a0f26e328f9b09bd2c0259bb95e /sysutils | |
parent | d39b6f750b1a2506baa50a5ebd557c7ace17e2b3 (diff) |
- Mark as BROKEN on HEAD.
PR: 188826
Submitted by: daniel.engberg.lists
Notes
Notes:
svn path=/head/; revision=359889
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pftop/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/pftop/Makefile b/sysutils/pftop/Makefile index 4188bdfaba43..1ee58760d8cb 100644 --- a/sysutils/pftop/Makefile +++ b/sysutils/pftop/Makefile @@ -12,6 +12,10 @@ COMMENT= Utility for real-time display of statistics for pf .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 1100000 +BROKEN= Does not compile on HEAD +.endif + .if ${OSVERSION} < 900039 MAKE_ARGS= LOCALBASE="${PREFIX}" OSLEVEL=41 CFLAGS+= -DHAVE_ALTQ=1 |