pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/htop



Module Name:    pkgsrc
Committed By:   maya
Date:           Tue Jan 31 22:24:28 UTC 2017

Modified Files:
        pkgsrc/sysutils/htop: Makefile

Log Message:
Remove commented out OS limitation  - it doesn't make sense to limit this
package (since 2.x), it will work for most.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/htop/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/htop/Makefile
diff -u pkgsrc/sysutils/htop/Makefile:1.14 pkgsrc/sysutils/htop/Makefile:1.15
--- pkgsrc/sysutils/htop/Makefile:1.14  Fri Jul 22 05:45:05 2016
+++ pkgsrc/sysutils/htop/Makefile       Tue Jan 31 22:24:28 2017
@@ -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 de
 
 USE_LIBTOOL=   yes
 
-#ONLY_FOR_PLATFORM=     Linux-*-* FreeBSD-*-* NetBSD-*-*
-
 pre-configure:
        set -e; cd ${WRKSRC}; \
        aclocal; \



Home | Main Index | Thread Index | Old Index