diff options
author | beech <beech@FreeBSD.org> | 2008-02-06 09:56:31 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-02-06 09:56:31 +0800 |
commit | e4c625b9931daa511e10ef3c44ce3dd73c9c9dcb (patch) | |
tree | 03f1b1fd5736c944069520a0df98797ce7f042a7 /sysutils | |
parent | abe48d3728e73ba1a90c00af0c8545ad6b877cbe (diff) | |
download | freebsd-ports-graphics-e4c625b9931daa511e10ef3c44ce3dd73c9c9dcb.tar.gz freebsd-ports-graphics-e4c625b9931daa511e10ef3c44ce3dd73c9c9dcb.tar.zst freebsd-ports-graphics-e4c625b9931daa511e10ef3c44ce3dd73c9c9dcb.zip |
- Mark not_for_archs sparc64
Approved by: Tony Shadwick <tshadwick@oss-solutions.com> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/htop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile index 6ce9fd722d0..949a95c7e59 100644 --- a/sysutils/htop/Makefile +++ b/sysutils/htop/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= SF MAINTAINER= tshadwick@oss-solutions.com COMMENT= A better top(1) - interactive process viewer -ONLY_FOR_ARCHS= i386 +NOT_FOR_ARCHS= sparc64 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-proc=/compat/linux/proc |