diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audacity-devel/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/audacity-devel/Makefile b/audio/audacity-devel/Makefile index e1cc26cf9259..c347ea973acb 100644 --- a/audio/audacity-devel/Makefile +++ b/audio/audacity-devel/Makefile @@ -8,8 +8,7 @@ PORTNAME= audacity PORTVERSION= 1.3.3 PORTREVISION= 2 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-src-${PORTVERSION} @@ -39,7 +38,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 |