From daad1ed32cdad42d14ece0f963220e2aebc6cb28 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 15 Dec 2003 23:31:07 +0000 Subject: [PATCH] - Hand this orphaned port to volunteer - Add CONFLICTS with new audacity-devel PR: ports/59915 Submitted by: Craig Boston --- audio/audacity/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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