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 /print | |
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 'print')
-rw-r--r-- | print/fontforge/Makefile | 2 | ||||
-rw-r--r-- | print/lyx/Makefile | 4 | ||||
-rw-r--r-- | print/scribus/Makefile | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index ec413704ac7d..ec61b1cfd159 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= libuninameslist.so:textproc/libuninameslist \ USE_GITHUB= yes -USES= autoreconf:build compiler desktop-file-utils execinfo gettext \ +USES= autoreconf:build compiler desktop-file-utils gettext \ gmake iconv jpeg libtool pkgconfig python readline:port \ shared-mime-info shebangfix SHEBANG_FILES= pycontrib/gdraw/__init__.py \ 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 diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 8a32a8a6b28d..da4f004074cd 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -29,7 +29,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter \ USE_QT4= corelib gui linguist_build moc_build qmake_build rcc_build uic_build xml network USE_GNOME= libartlgpl2 libxml2 -USES= cmake:outsource desktop-file-utils execinfo ghostscript:run jpeg \ +USES= cmake:outsource desktop-file-utils ghostscript:run jpeg \ pkgconfig python shared-mime-info tar:xz USE_LDCONFIG= yes |