diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2016-09-16 04:27:51 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2016-09-16 04:27:51 +0000 |
commit | 23316beafd29338da142cf65316bffc6455eae2b (patch) | |
tree | 299bd6e994fb4bdd5c62ba48612722a1993aab1d /sysutils/pftop/Makefile | |
parent | 5c4b1a26300550065be76ae1ad7b52ed9395cecd (diff) |
Notes
Diffstat (limited to 'sysutils/pftop/Makefile')
-rw-r--r-- | sysutils/pftop/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/pftop/Makefile b/sysutils/pftop/Makefile index 5488f386fba8..db4a802e956b 100644 --- a/sysutils/pftop/Makefile +++ b/sysutils/pftop/Makefile @@ -3,15 +3,13 @@ PORTNAME= pftop PORTVERSION= 0.7 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils net MASTER_SITES= http://www.eee.metu.edu.tr/~canacar/ MAINTAINER= araujo@FreeBSD.org COMMENT= Utility for real-time display of statistics for pf -BROKEN_powerpc64= Does not build - .include <bsd.port.pre.mk> .if ${OSVERSION} >= 1100080 |