diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
commit | 48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (patch) | |
tree | eedd43e6e7c3a96d77549de85690d46016e9cc7e /sysutils/nctop | |
parent | af4658fb56c22ab36db1f30588a3964e1d47d634 (diff) |
Notes
Diffstat (limited to 'sysutils/nctop')
-rw-r--r-- | sysutils/nctop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/nctop/Makefile b/sysutils/nctop/Makefile index 273c6dafbb32..f8f872ce0f37 100644 --- a/sysutils/nctop/Makefile +++ b/sysutils/nctop/Makefile @@ -7,13 +7,14 @@ PORTNAME= nctop PORTVERSION= 0.23.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.rz.uni-karlsruhe.de/~hj28/download.php?file=/ MAINTAINER= ports@FreeBSD.org COMMENT= A remote system monitor for unix hosts -USE_AUTOTOOLS= autoconf:259:env +USE_AUTOTOOLS= autoconf:261:env USE_BZIP2= YES HAS_CONFIGURE= yes |