diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-24 06:20:55 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-24 06:20:55 +0800 |
commit | 96b230a484219e64e3d66e53e0d39b42ef598e60 (patch) | |
tree | 2e8d11c824c1a7e9dee3536cc02a96f9e7ae0c96 /audio/qsynth | |
parent | 8f653b673eb2f1c7f7498a9bb46115d70b2afc4e (diff) | |
download | freebsd-ports-gnome-96b230a484219e64e3d66e53e0d39b42ef598e60.tar.gz freebsd-ports-gnome-96b230a484219e64e3d66e53e0d39b42ef598e60.tar.zst freebsd-ports-gnome-96b230a484219e64e3d66e53e0d39b42ef598e60.zip |
- Reassign to the heap at maintainer's request
Diffstat (limited to 'audio/qsynth')
-rw-r--r-- | audio/qsynth/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/qsynth/Makefile b/audio/qsynth/Makefile index c312514f7ab6..fc3ae32b00f5 100644 --- a/audio/qsynth/Makefile +++ b/audio/qsynth/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: qsynth -# Date created: 2007-11-17 -# Whom: lazyklimm <lazyklimm@gmail.com> -# +# Created by: lazyklimm <lazyklimm@gmail.com> # $FreeBSD$ -# PORTNAME= qsynth PORTVERSION= 0.3.4 @@ -11,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} -MAINTAINER= lazyklimm@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Qt fluidsynth front-end application LIB_DEPENDS= fluidsynth:${PORTSDIR}/audio/fluidsynth |