From 84ca7ccf8952b29289d2a36845108414cbd2dfe9 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Wed, 10 Jun 2015 17:34:51 +0000 Subject: - Add LICENSE_FILE - Add USES=desktop-file-utils as suggested by stage-qa --- audio/musescore/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'audio') diff --git a/audio/musescore/Makefile b/audio/musescore/Makefile index 57623e0b4ed3..5cda90b19cca 100644 --- a/audio/musescore/Makefile +++ b/audio/musescore/Makefile @@ -3,7 +3,7 @@ PORTNAME= musescore PORTVERSION= 1.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= SF/mscore/mscore/MuseScore-${PORTVERSION}/ DISTNAME= mscore-${PORTVERSION} @@ -12,12 +12,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Free music composition & notation software LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/mscore/COPYING BUILD_DEPENDS= qtscriptgenerator>0:${PORTSDIR}/devel/qtscriptgenerator LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile RUN_DEPENDS= qtscriptgenerator>0:${PORTSDIR}/devel/qtscriptgenerator -USES= tar:bzip2 cmake:outsource +USES= desktop-file-utils tar:bzip2 cmake:outsource USE_QT4= corelib designer gui network script scripttools svg webkit xml \ linguisttools_build moc_build qmake_build rcc_build uic_build CMAKE_SOURCE_PATH= ${WRKSRC}/mscore -- cgit