diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-11-05 14:02:48 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-11-05 14:02:48 +0800 |
commit | 3f97f6130cc475ac6723e814835904db4480c9ed (patch) | |
tree | d00aee67e067a55ca51a8073a9f1fafaba4a3b00 /audio/audacity | |
parent | 85cdff08b586b9abc01984c02f3f0b334c7f7d79 (diff) | |
download | freebsd-ports-gnome-3f97f6130cc475ac6723e814835904db4480c9ed.tar.gz freebsd-ports-gnome-3f97f6130cc475ac6723e814835904db4480c9ed.tar.zst freebsd-ports-gnome-3f97f6130cc475ac6723e814835904db4480c9ed.zip |
- Add CONFLICTS with audio/audacity-devel.
Diffstat (limited to 'audio/audacity')
-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 |