diff options
Diffstat (limited to 'audio/solfege/Makefile')
-rw-r--r-- | audio/solfege/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index c2981f6814f..0f7726601c8 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2015/12/05 21:25:29 adam Exp $ +# $NetBSD: Makefile,v 1.54 2016/04/20 12:10:31 nros Exp $ DISTNAME= solfege-3.14.1 PKGREVISION= 24 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=solfege/} MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://www.solfege.org/ COMMENT= Practice several musical ear training exercises +LICENSE= gnu-gpl-v3 BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl BUILD_DEPENDS+= txt2man-[0-9]*:../../converters/txt2man |