diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-05 06:02:48 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-05 06:02:48 +0000 |
commit | 34f519fd23c1fb9915c45c7ab497e6c835dbff2b (patch) | |
tree | b4ff50e8eb5e92c430819a21470c3b3539d835d9 /audio | |
parent | 8b2ce334d4c981406a7189817ecae8b7544b1372 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audacity/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 922fe175fdd2..908cd6d9723e 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -17,6 +17,8 @@ COMMENT= Audacity is a GUI editor for digital audio waveforms BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip LIB_DEPENDS= wx_gtk2_core-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26 +CONFLICTS= audacity-devel-[0-9]* + WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION} GNU_CONFIGURE= yes USE_GMAKE= yes |