diff options
author | Frederic Culot <culot@FreeBSD.org> | 2014-10-23 13:06:38 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2014-10-23 13:06:38 +0000 |
commit | 5bcd3062f5afd1e1ead66d63fdec02c282defee2 (patch) | |
tree | 8396b6c9af429d63850dbbe5f2d2bca3fba353d0 /audio/aqualung | |
parent | dbf20dbd66978d713851deef9919b809958ed646 (diff) |
- Reassign to the heap after jsa@'s bit was taken in for safekeeping
Notes
Notes:
svn path=/head/; revision=371393
Diffstat (limited to 'audio/aqualung')
-rw-r--r-- | audio/aqualung/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/aqualung/Makefile b/audio/aqualung/Makefile index efb7a224054a..0d57104cfa1c 100644 --- a/audio/aqualung/Makefile +++ b/audio/aqualung/Makefile @@ -8,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} \ http://wickedmachine.net/mirror/ -MAINTAINER= jsa@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Music player with rich features LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ |