diff options
author | mat <mat@FreeBSD.org> | 2017-09-22 18:48:57 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-09-22 18:48:57 +0800 |
commit | f7ea694d40fb25ebb08976089f0d25ef8068e94e (patch) | |
tree | c94257e28b8e5f01fe14d767f8a4ade36ad9d111 /sysutils | |
parent | 6f0cd74a7e03c52a2dddfb99666ec0c3814fd7bb (diff) | |
download | freebsd-ports-gnome-f7ea694d40fb25ebb08976089f0d25ef8068e94e.tar.gz freebsd-ports-gnome-f7ea694d40fb25ebb08976089f0d25ef8068e94e.tar.zst freebsd-ports-gnome-f7ea694d40fb25ebb08976089f0d25ef8068e94e.zip |
Cleanup after removal of libexecinfo from ports.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/boxbackup/Makefile | 6 | ||||
-rw-r--r-- | sysutils/htop/Makefile | 3 |
2 files changed, 2 insertions, 7 deletions
diff --git a/sysutils/boxbackup/Makefile b/sysutils/boxbackup/Makefile index 0da754644077..5582e8de6d81 100644 --- a/sysutils/boxbackup/Makefile +++ b/sysutils/boxbackup/Makefile @@ -20,11 +20,7 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf aclocal autoheader ACLOCAL_ARGS+= -I ${WRKSRC}/infrastructure/m4 CFLAGS+= -I${OPENSSLINC} -LDFLAGS+= -L${OPENSSLLIB} - -.if exists(/usr/lib/libexecinfo.so) -LDFLAGS+= -lexecinfo -.endif +LDFLAGS+= -L${OPENSSLLIB} -lexecinfo MAKE_JOBS_UNSAFE=yes diff --git a/sysutils/htop/Makefile b/sysutils/htop/Makefile index 26d25cf68398..5ba3c183f7f9 100644 --- a/sysutils/htop/Makefile +++ b/sysutils/htop/Makefile @@ -13,8 +13,7 @@ LICENSE= GPLv2 RUN_DEPENDS= lsof:sysutils/lsof GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -lexecinfo +LIBS+= -lexecinfo CONFIGURE_ARGS= --enable-unicode USES= autoreconf libtool ncurses |