Remove commented out OS limitation - it doesn't make sense to limit this
package (since 2.x), it will work for most.
This commit is contained in:
parent
f77a337cf6
commit
2f8f657990
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.14 2016/07/22 05:45:05 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2017/01/31 22:24:28 maya Exp $
|
||||
|
||||
DISTNAME= htop-2.0.2
|
||||
CATEGORIES= sysutils
|
||||
|
@ -15,8 +15,6 @@ USE_NCURSES= yes # uses ncurses mouse definitions
|
|||
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
#ONLY_FOR_PLATFORM= Linux-*-* FreeBSD-*-* NetBSD-*-*
|
||||
|
||||
pre-configure:
|
||||
set -e; cd ${WRKSRC}; \
|
||||
aclocal; \
|
||||
|
|
Loading…
Reference in a new issue