diff options
author | adamw <adamw@FreeBSD.org> | 2014-08-05 20:12:00 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-08-05 20:12:00 +0800 |
commit | 58522e6a0d25a7f0296ada61c8a8c0d8f89e39ec (patch) | |
tree | cc36eef548665b4157bde0ca3abc5804ed6dc0fc /sysutils | |
parent | 306cc22e6afa764c42f57a00af9e338f2cc9d909 (diff) | |
download | freebsd-ports-gnome-58522e6a0d25a7f0296ada61c8a8c0d8f89e39ec.tar.gz freebsd-ports-gnome-58522e6a0d25a7f0296ada61c8a8c0d8f89e39ec.tar.zst freebsd-ports-gnome-58522e6a0d25a7f0296ada61c8a8c0d8f89e39ec.zip |
Use USES=execinfo.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/htop/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile index b71c5127f7ac..b8f0fa74b68e 100644 --- a/sysutils/htop/Makefile +++ b/sysutils/htop/Makefile @@ -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} |