diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2014-10-21 07:03:35 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2014-10-21 07:03:35 +0000 |
commit | 5d101bfdd113635a384a83d21548ad2d22587e4d (patch) | |
tree | aaa171622f3fdb6766c67f3d5773c903a08ae28c /sysutils/pftop/Makefile | |
parent | 8f5ce5d6012eacfdfe91d7fa03c8f3240bcf1668 (diff) |
Notes
Diffstat (limited to 'sysutils/pftop/Makefile')
-rw-r--r-- | sysutils/pftop/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sysutils/pftop/Makefile b/sysutils/pftop/Makefile index 1ee58760d8cb..bcafce80cef9 100644 --- a/sysutils/pftop/Makefile +++ b/sysutils/pftop/Makefile @@ -3,7 +3,7 @@ PORTNAME= pftop PORTVERSION= 0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils net MASTER_SITES= http://www.eee.metu.edu.tr/~canacar/ @@ -12,10 +12,6 @@ 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 |