diff options
author | mat <mat@FreeBSD.org> | 2017-09-22 18:48:28 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-09-22 18:48:28 +0800 |
commit | d9b3f2d70221e2edb53316d0af198504f8090ae1 (patch) | |
tree | 5ec4d6c8c02d380cf421717b2ce88beceb851e79 /www/links-hacked | |
parent | 82267b98f1fc7e9ab7316d3d76128cd4a197c04d (diff) | |
download | freebsd-ports-gnome-d9b3f2d70221e2edb53316d0af198504f8090ae1.tar.gz freebsd-ports-gnome-d9b3f2d70221e2edb53316d0af198504f8090ae1.tar.zst freebsd-ports-gnome-d9b3f2d70221e2edb53316d0af198504f8090ae1.zip |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
Diffstat (limited to 'www/links-hacked')
-rw-r--r-- | www/links-hacked/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/links-hacked/Makefile b/www/links-hacked/Makefile index a8b0c60e7b5e..5155a1dfffc2 100644 --- a/www/links-hacked/Makefile +++ b/www/links-hacked/Makefile @@ -12,7 +12,7 @@ COMMENT= Hacked version of a Links WWW browser LICENSE= GPLv2 -USES= autoreconf execinfo ssl +USES= autoreconf ssl USE_CSTD= gnu89 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ssl --without-pmshell --without-atheos --without-fb |