1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Remove unnecessary dependency on autoconf

This commit is contained in:
Johan van Selst 2010-05-13 19:37:50 +00:00
parent ca5c63aa08
commit 241057eb00
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254270

View File

@ -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>