1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

USES=execinfo

This commit is contained in:
Baptiste Daroussin 2014-08-04 23:04:15 +00:00
parent a9ffc92022
commit bb2209eea3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364066
2 changed files with 4 additions and 6 deletions

View File

@ -18,11 +18,10 @@ COMMENT= Cross-platform music player based on Amarok 1.4
LICENSE= GPLv3
LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
libtag.so:${PORTSDIR}/audio/taglib \
LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib \
libchromaprint.so:${PORTSDIR}/audio/chromaprint \
libprotobuf.so:${PORTSDIR}/devel/protobuf \
libqca.so:${PORTSDIR}/devel/qca \
libqca.so:${PORTSDIR}/devel/qca \
libqjson.so:${PORTSDIR}/devel/qjson \
libfftw3.so:${PORTSDIR}/math/fftw3 \
libechonest.so:${PORTSDIR}/audio/libechonest
@ -33,7 +32,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
PROJECTHOST= ${PORTNAME}${PKGNAMESUFFIX}
USES= compiler:c++11-lib cmake pkgconfig desktop-file-utils
USES= compiler:c++11-lib cmake pkgconfig desktop-file-utils execinfo
USE_GL= glew
USE_QT4= dbus gui xml qmake_build uic_build moc_build rcc_build \
linguist_build network sql opengl qtestlib corelib webkit \

View File

@ -21,13 +21,12 @@ LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
libspeexdsp.so:${PORTSDIR}/audio/speex \
libdbus-1.so:${PORTSDIR}/devel/dbus \
libgdbm.so:${PORTSDIR}/databases/gdbm \
libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
libck-connector.so:${PORTSDIR}/sysutils/consolekit
USE_GNOME= gnomehack glib20 intltool ltverhack
USE_XORG= x11 sm xtst ice
USE_LDCONFIG= yes
USES= gettext gmake pkgconfig
USES= gettext gmake pkgconfig execinfo
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libltdl libtool
MAKE_JOBS_UNSAFE=yes