diff options
author | danfe <danfe@FreeBSD.org> | 2016-03-02 18:08:09 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2016-03-02 18:08:09 +0800 |
commit | d5110a5962421b9aa942aa93f601883a9237f786 (patch) | |
tree | af6417d1f1e865c4610e8563ca323a7a743033aa | |
parent | 4139d3790286274b243e59e235d485f69749dfd9 (diff) | |
download | freebsd-ports-gnome-d5110a5962421b9aa942aa93f601883a9237f786.tar.gz freebsd-ports-gnome-d5110a5962421b9aa942aa93f601883a9237f786.tar.zst freebsd-ports-gnome-d5110a5962421b9aa942aa93f601883a9237f786.zip |
Remove no longer needed NOT_FOR_ARCHS restriction: previously it made sense
because linprocfs itself is not very portable. Since r408696 the port does
not depend linprocfs and should work everywhere.
Tested on: powerpc
-rw-r--r-- | sysutils/htop/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile index 979585224d2d..79c1c94539ee 100644 --- a/sysutils/htop/Makefile +++ b/sysutils/htop/Makefile @@ -11,8 +11,6 @@ COMMENT= Better top(1) - interactive process viewer LICENSE= GPLv2 -NOT_FOR_ARCHS= ia64 powerpc sparc64 - GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lexecinfo |