diff options
author | mat <mat@FreeBSD.org> | 2017-09-22 18:48:57 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:34:57 +0800 |
commit | 97e4c3f95baf4fa33be764b223805fa773215237 (patch) | |
tree | eaf8370065b015c3c937aa94ca819eb33659d891 /games/adgali | |
parent | bca4e8a018e5b2b51798b99f972517abf45f37b1 (diff) | |
download | freebsd-ports-gnome-97e4c3f95baf4fa33be764b223805fa773215237.tar.gz freebsd-ports-gnome-97e4c3f95baf4fa33be764b223805fa773215237.tar.zst freebsd-ports-gnome-97e4c3f95baf4fa33be764b223805fa773215237.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 'games/adgali')
-rw-r--r-- | games/adgali/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/adgali/Makefile b/games/adgali/Makefile index 81801a798763..7ab60847d7f5 100644 --- a/games/adgali/Makefile +++ b/games/adgali/Makefile @@ -25,8 +25,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-compile-optim=no INSTALL_TARGET= install-strip -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo +LDFLAGS+= -lexecinfo OPTIONS_DEFINE= DOCS |