Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2015 18:45:32 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386642 - head/audio/mumble
Message-ID:  <201505171845.t4HIjWhq042824@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun May 17 18:45:31 2015
New Revision: 386642
URL: https://svnweb.freebsd.org/changeset/ports/386642

Log:
  - Add CPE info
  - Add LICENSE_FILE
  
  Approved by:	portmgr blanket

Modified:
  head/audio/mumble/Makefile

Modified: head/audio/mumble/Makefile
==============================================================================
--- head/audio/mumble/Makefile	Sun May 17 18:31:46 2015	(r386641)
+++ head/audio/mumble/Makefile	Sun May 17 18:45:31 2015	(r386642)
@@ -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}/au
 
 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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505171845.t4HIjWhq042824>