diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-18 16:45:35 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-18 16:45:35 +0800 |
commit | 436188a85435a11aabded12a229c27990213d0a9 (patch) | |
tree | 0c8b5b49843d524ae82d985592a460647ab44410 | |
parent | 4e671d0634019038391dcab64b778d0f7b1c75e0 (diff) | |
download | freebsd-ports-gnome-436188a85435a11aabded12a229c27990213d0a9.tar.gz freebsd-ports-gnome-436188a85435a11aabded12a229c27990213d0a9.tar.zst freebsd-ports-gnome-436188a85435a11aabded12a229c27990213d0a9.zip |
Requires linprocfs, so not suitable for sparc64.
Approved by: portmgr (self)
-rw-r--r-- | sysutils/htop/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile index ef5ee306be50..6ce9fd722d01 100644 --- a/sysutils/htop/Makefile +++ b/sysutils/htop/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= SF MAINTAINER= tshadwick@oss-solutions.com COMMENT= A better top(1) - interactive process viewer +ONLY_FOR_ARCHS= i386 + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-proc=/compat/linux/proc MAN1= htop.1 |