diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-22 10:48:57 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-22 10:48:57 +0000 |
commit | cb9a2b582c78cfb0c7bbe285c417c9362b3213d3 (patch) | |
tree | c94257e28b8e5f01fe14d767f8a4ade36ad9d111 /www/links-hacked | |
parent | b71796d585770ba247cf80126abc37abf7e80c7f (diff) |
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
Notes
Notes:
svn path=/head/; revision=450353
Diffstat (limited to 'www/links-hacked')
-rw-r--r-- | www/links-hacked/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/links-hacked/Makefile b/www/links-hacked/Makefile index 5155a1dfffc2..b9c74ce65ff2 100644 --- a/www/links-hacked/Makefile +++ b/www/links-hacked/Makefile @@ -18,8 +18,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ssl --without-pmshell --without-atheos --without-fb CFLAGS+= -Wno-error=return-type -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo +LDFLAGS+= -lexecinfo CONFLICTS= links-[0-9]* |