diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-05 06:02:06 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-05 06:02:06 +0000 |
commit | 8b2ce334d4c981406a7189817ecae8b7544b1372 (patch) | |
tree | db719adbe6c1eca484bc7730966e157ac3ad9499 /audio/audacity-devel | |
parent | 3f655d12b3736491a7439947c80d83ce4c67249d (diff) | |
download | ports-8b2ce334d4c981406a7189817ecae8b7544b1372.tar.gz ports-8b2ce334d4c981406a7189817ecae8b7544b1372.zip |
Notes
Diffstat (limited to 'audio/audacity-devel')
-rw-r--r-- | audio/audacity-devel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/audacity-devel/Makefile b/audio/audacity-devel/Makefile index f96e278ad7f5..1f3a8d364d97 100644 --- a/audio/audacity-devel/Makefile +++ b/audio/audacity-devel/Makefile @@ -9,6 +9,7 @@ PORTVERSION= 1.3.0b CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= xxjack12xx@gmail.com @@ -17,6 +18,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-[0-9]* + WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION}-beta GNU_CONFIGURE= yes USE_GMAKE= yes |