diff options
Diffstat (limited to 'audio/mumble')
-rw-r--r-- | audio/mumble/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile index 935ff73bc399..b8a7ea0dbf16 100644 --- a/audio/mumble/Makefile +++ b/audio/mumble/Makefile @@ -11,6 +11,7 @@ MAINTAINER= feld@FreeBSD.org COMMENT= Voice chat software primarily intended for use while gaming LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS+= libspeex.so:${PORTSDIR}/audio/speex \ libsndfile.so:${PORTSDIR}/audio/libsndfile \ @@ -21,7 +22,7 @@ LIB_DEPENDS+= libspeex.so:${PORTSDIR}/audio/speex \ PLIST_SUB+= PORTVERSION="${PORTVERSION}" -USES= compiler gmake pkgconfig qmake +USES= compiler cpe gmake pkgconfig qmake USE_LDCONFIG= yes USE_QT4= gui svg iconengines_run xml sql network l10n \ linguist_build moc_build rcc_build uic_build \ |