summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-15 23:31:07 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-15 23:31:07 +0000
commitdaad1ed32cdad42d14ece0f963220e2aebc6cb28 (patch)
tree8439aaba00f9fbcfff92ba972a65ed43dc895dc6 /audio
parentAfter repocopy from audio/audacity, add audacity-devel, a development (diff)
- Hand this orphaned port to volunteer
- Add CONFLICTS with new audacity-devel PR: ports/59915 Submitted by: Craig Boston <craig@yekse.gank.org>
Notes
Notes: svn path=/head/; revision=95924
Diffstat (limited to 'audio')
-rw-r--r--audio/audacity/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile
index b83e81e53efa..281b0f1af052 100644
--- a/audio/audacity/Makefile
+++ b/audio/audacity/Makefile
@@ -13,13 +13,15 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-src-${PORTVERSION}-2
EXTRACT_SUFX= .tgz
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= craig@yekse.gank.org
COMMENT= Audacity is a GUI editor for digital audio waveforms
BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip
LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 \
mad.2:${PORTSDIR}/audio/mad
+CONFLICTS= audacity-1.2*
+
WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION}
GNU_CONFIGURE= yes
USE_GMAKE= yes