mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Fix build on 9.x by propagating c++11 requirement from c++ dependency
- Fix license
This commit is contained in:
parent
29a4a5d8fa
commit
bd74defeb5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424284
@ -9,7 +9,7 @@ MASTER_SITES= GNU/ccaudio
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= C++ class framework for manipulating audio files
|
||||
|
||||
LICENSE= LGPL3
|
||||
LICENSE= LGPL3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
|
||||
|
||||
LIB_DEPENDS= libccgnu2.so:devel/commoncpp \
|
||||
@ -17,10 +17,10 @@ LIB_DEPENDS= libccgnu2.so:devel/commoncpp \
|
||||
libgsm.so:audio/gsm \
|
||||
libspeex.so:audio/speex
|
||||
|
||||
USES= cmake:outsource pathfix pkgconfig
|
||||
USES= cmake:outsource compiler:c++11-lib pathfix pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_ARGS+= -DWITH_INCLUDES:PATH=${LOCALBASE}/include \
|
||||
CMAKE_ARGS= -DWITH_INCLUDES:PATH=${LOCALBASE}/include \
|
||||
-DCMAKE_INSTALL_MANDIR:STRING=man
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user