diff options
author | pav <pav@FreeBSD.org> | 2003-12-16 07:31:07 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-16 07:31:07 +0800 |
commit | ddc9a4192e9b5bb4701485a69cbe10a9214f72ab (patch) | |
tree | ad8df67806561c0cd9c8060ed57db202402f4d52 /audio | |
parent | 0a1ae535311e6aa91197f6a08320c71d71b732fc (diff) | |
download | freebsd-ports-gnome-ddc9a4192e9b5bb4701485a69cbe10a9214f72ab.tar.gz freebsd-ports-gnome-ddc9a4192e9b5bb4701485a69cbe10a9214f72ab.tar.zst freebsd-ports-gnome-ddc9a4192e9b5bb4701485a69cbe10a9214f72ab.zip |
- Hand this orphaned port to volunteer
- Add CONFLICTS with new audacity-devel
PR: ports/59915
Submitted by: Craig Boston <craig@yekse.gank.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audacity/Makefile | 4 |
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 |