diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-17 18:45:31 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-17 18:45:31 +0000 |
commit | 2fdfc2b63c68bde2e3943b3f5e34182c0bcc59b6 (patch) | |
tree | e021bc6f6407f868291fb90e7f873cd10e6cce8d /audio/mumble | |
parent | 63438fdc8718f28bfbd17124f5a69603eaed633b (diff) | |
download | ports-2fdfc2b63c68bde2e3943b3f5e34182c0bcc59b6.tar.gz ports-2fdfc2b63c68bde2e3943b3f5e34182c0bcc59b6.zip |
Notes
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 \ |