diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-12-04 18:48:48 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-12-04 18:48:48 +0000 |
commit | 064f57d542699094f5386d4021ab5656bc67d659 (patch) | |
tree | 5061d096f918b500469fe8a4783a99b34e561de2 /audio/tomahawk/Makefile | |
parent | c617959ef58a474d834596517f12f87c77a9fd3b (diff) | |
download | ports-064f57d542699094f5386d4021ab5656bc67d659.tar.gz ports-064f57d542699094f5386d4021ab5656bc67d659.zip |
Notes
Diffstat (limited to 'audio/tomahawk/Makefile')
-rw-r--r-- | audio/tomahawk/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/tomahawk/Makefile b/audio/tomahawk/Makefile index ead643fa3d2a..b928f96779e1 100644 --- a/audio/tomahawk/Makefile +++ b/audio/tomahawk/Makefile @@ -23,9 +23,7 @@ LIB_DEPENDS= attica:${PORTSDIR}/x11-toolkits/attica \ tag:${PORTSDIR}/audio/taglib RUN_DEPENDS= qca-ossl>=2.0.0.b3_4:${PORTSDIR}/security/qca-ossl -CMAKE_ARGS+= -DCMAKE_BUILD_TYPE:STRING="Release" \ - -DWITH_BREAKPAD:BOOL="OFF" \ - -DWITH_BUILD:STRING="Release" \ +CMAKE_ARGS+= -DWITH_BREAKPAD:BOOL="OFF" \ -DCLUCENE_CONFIG_PATH:PATH="${LOCALBASE}/share/clucene" GH_ACCOUNT= tomahawk-player |