diff options
author | Johan van Selst <johans@FreeBSD.org> | 2010-05-13 19:37:50 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2010-05-13 19:37:50 +0000 |
commit | 241057eb009eabf6328ba53867f1f2d1da57068d (patch) | |
tree | 085019f1723c1b16c79c80982defb333b1d7276a /sysutils | |
parent | ca5c63aa088e8f3d862de61af05aec843eccb774 (diff) | |
download | ports-241057eb009eabf6328ba53867f1f2d1da57068d.tar.gz ports-241057eb009eabf6328ba53867f1f2d1da57068d.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/nctop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/nctop/Makefile b/sysutils/nctop/Makefile index 3527307fbd64..1c56d86998d4 100644 --- a/sysutils/nctop/Makefile +++ b/sysutils/nctop/Makefile @@ -14,15 +14,15 @@ 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:262:env USE_BZIP2= YES -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-libwrap \ --with-setgid=kmem MAN1= nctopd.1 nctop.1 +MANCOMPRESSED= yes .include <bsd.port.pre.mk> |