diff options
author | gdt <gdt@pkgsrc.org> | 2013-01-08 16:21:49 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2013-01-08 16:21:49 +0000 |
commit | 0b00256963a0d567c4a460a1e7cc7b8875bf7401 (patch) | |
tree | 17518e3d42c0a71daaa6a1fe1659e3daef896b40 /audio | |
parent | 6a60da5df7d814e9abf3203626d761a42b70e9fc (diff) | |
download | pkgsrc-0b00256963a0d567c4a460a1e7cc7b8875bf7401.tar.gz |
LICENSE=mit
Diffstat (limited to 'audio')
-rw-r--r-- | audio/portaudio-devel/Makefile | 3 | ||||
-rw-r--r-- | audio/portaudio/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/portaudio-devel/Makefile b/audio/portaudio-devel/Makefile index d5e1bf4e115..fedb3a1f3c0 100644 --- a/audio/portaudio-devel/Makefile +++ b/audio/portaudio-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/10/02 23:48:04 asau Exp $ +# $NetBSD: Makefile,v 1.7 2013/01/08 16:21:49 gdt Exp $ DISTNAME= pa_snapshot_v19 PKGNAME= portaudio-devel-20060521 @@ -10,6 +10,7 @@ DIST_SUBDIR= ${PKGNAME_NOREV} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.portaudio.com/ COMMENT= Portable cross-platform Audio API +LICENSE= mit NOT_FOR_PLATFORM= Interix-*-* diff --git a/audio/portaudio/Makefile b/audio/portaudio/Makefile index a1a51443db9..68d5c8aadfe 100644 --- a/audio/portaudio/Makefile +++ b/audio/portaudio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2012/10/02 23:48:04 asau Exp $ +# $NetBSD: Makefile,v 1.21 2013/01/08 16:23:24 gdt Exp $ DISTNAME= portaudio_v18_1 PKGNAME= portaudio-18.1 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.portaudio.com/ COMMENT= Portable cross-platform Audio API +LICENSE= mit NOT_FOR_PLATFORM= Interix-*-* |