diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2020-01-18 03:39:23 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2020-01-18 03:39:23 +0000 |
commit | 1f2f167f197ec29ac90785fa2a319ce64bf0a56c (patch) | |
tree | 4f8ff91ab031719c3e2586fe29cba242d844d42b /math/octave-forge-audio | |
parent | 04a16e2bae0970cbcfe3334db299d7d5c21f2817 (diff) | |
download | freebsd-ports-1f2f167f197ec29ac90785fa2a319ce64bf0a56c.zip |
- Correct license.
Diffstat (limited to 'math/octave-forge-audio')
-rw-r--r-- | math/octave-forge-audio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-audio/Makefile b/math/octave-forge-audio/Makefile index b9a0f570a13e..b8d8713783fb 100644 --- a/math/octave-forge-audio/Makefile +++ b/math/octave-forge-audio/Makefile @@ -8,7 +8,7 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} -LICENSE= GPLv2 +LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/../COPYING LIB_DEPENDS+= librtmidi.so:audio/rtmidi |