aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/audacity/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile
index 4cb716c3728b..f45ab850be10 100644
--- a/audio/audacity/Makefile
+++ b/audio/audacity/Makefile
@@ -8,8 +8,7 @@ PORTNAME= audacity
PORTVERSION= 1.2.4b
PORTREVISION= 4
CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SF
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= craig@yekse.gank.org
@@ -34,7 +33,7 @@ OPTIONS= ID3TAG "ID3 tag support" off \
.include <bsd.port.pre.mk>
-.if ${ARCH} == "i386" && ${OSVERSION} >= 501103
+.if ${ARCH} == "i386"
SSE_CFLAGS= -mno-sse -mno-sse2
.endif