Date: Tue, 5 Aug 2014 12:12:01 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364090 - head/sysutils/htop Message-ID: <53e0ca11.5c10.40ccdf8a@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Tue Aug 5 12:12:00 2014 New Revision: 364090 URL: http://svnweb.freebsd.org/changeset/ports/364090 QAT: https://qat.redports.org/buildarchive/r364090/ Log: Use USES=execinfo. Modified: head/sysutils/htop/Makefile Modified: head/sysutils/htop/Makefile ============================================================================== --- head/sysutils/htop/Makefile Tue Aug 5 10:50:42 2014 (r364089) +++ head/sysutils/htop/Makefile Tue Aug 5 12:12:00 2014 (r364090) @@ -10,8 +10,6 @@ MASTER_SITES= SF MAINTAINER= gaod@hychen.org COMMENT= Better top(1) - interactive process viewer -LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo - OPTIONS_DEFINE= LSOF OPTIONS_DEFAULT=LSOF @@ -22,7 +20,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lexecinfo CONFIGURE_ARGS= --with-proc=/compat/linux/proc --enable-unicode -USES= ncurses libtool +USES= ncurses libtool execinfo USE_AUTOTOOLS= autoconf aclocal automake ACLOCAL_ARGS= -I ${ACLOCAL_DIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e0ca11.5c10.40ccdf8a>