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 /games/ufoai | |
parent | Remove devel/libexecinfo. (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 'games/ufoai')
-rw-r--r-- | games/ufoai/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/ufoai/Makefile b/games/ufoai/Makefile index 9d82c92e44d4..c47b4067b6b5 100644 --- a/games/ufoai/Makefile +++ b/games/ufoai/Makefile @@ -29,9 +29,7 @@ USES= compiler:c++11-lang gettext gmake jpeg openal:soft pkgconfig \ python:build tar:bzip2 HAS_CONFIGURE= yes CONFIGURE_ARGS+= --enable-release --target-os=freebsd -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -lpthread -L${LOCALBASE}/lib -lexecinfo -CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -lpthread -lexecinfo DATADIR= share/${PORTNAME} SUB_FILES= pkg-message |