diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-22 10:48:28 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-22 10:48:28 +0000 |
commit | 3fcd0e41ded1b4e3f014c63e00cf2ee71fa39ad5 (patch) | |
tree | 5ec4d6c8c02d380cf421717b2ce88beceb851e79 /print/lyx | |
parent | 320538c6d599e65e80ad91bd683504f5d7c338f1 (diff) |
Remove USES=execinfo.
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=450351
Diffstat (limited to 'print/lyx')
-rw-r--r-- | print/lyx/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 11056ef52471..168c8f968ff5 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ MAJOR_VERSION= 2.2 MINOR_VERSION= 3 -USES= desktop-file-utils execinfo gmake iconv pkgconfig perl5 \ +USES= desktop-file-utils gmake iconv pkgconfig perl5 \ python:2 shebangfix tar:xz USE_QT5= core concurrent gui svg widgets buildtools_build qmake_build GNU_CONFIGURE= yes @@ -34,8 +34,6 @@ SHEBANG_FILES= lib/configure.py \ lib/lyx2lyx/lyx2lyx \ lib/scripts/listerrors -CPPFLAGS+= ${EXECINFO_CPPFLAGS} -LDFLAGS+= ${EXECINFO_LDFLAGS} LIBS+= -lexecinfo OPTIONS_DEFINE= ASPELL ENCHANT HUNSPELL NLS |