diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-12 14:06:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-12 14:06:28 +0000 |
commit | 543787f915b4e81a43ed155336d08f05bf7b9739 (patch) | |
tree | 6e829c90a5195b1c34f8f30c56bb243dfffcd727 /audio | |
parent | ae540d2f42e0605d72868a027aa72fac28ac32ec (diff) | |
download | ports-543787f915b4e81a43ed155336d08f05bf7b9739.tar.gz ports-543787f915b4e81a43ed155336d08f05bf7b9739.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/lv2core/Makefile | 2 | ||||
-rw-r--r-- | audio/slv2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/lv2core/Makefile b/audio/lv2core/Makefile index 546e882450e4..48a62736680d 100644 --- a/audio/lv2core/Makefile +++ b/audio/lv2core/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 3.0 CATEGORIES= audio MASTER_SITES= http://lv2plug.in/spec/ -MAINTAINER= xaimus@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= LV2 Core Package USE_BZIP2= yes diff --git a/audio/slv2/Makefile b/audio/slv2/Makefile index e540b5a6ff5e..791a1d832127 100644 --- a/audio/slv2/Makefile +++ b/audio/slv2/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.6.1 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ -MAINTAINER= xaimus@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= LV2 Application Support Library LIB_DEPENDS= rdf.0:${PORTSDIR}/textproc/redland \ |