svn commit: r364090 - head/sysutils/htop

Adam Weinberger adamw at FreeBSD.org
Tue Aug 5 12:12:01 UTC 2014


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 at 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}
 


More information about the svn-ports-head mailing list