summaryrefslogtreecommitdiff
path: root/audio/audacity-devel
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2008-06-25 01:00:40 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2008-06-25 01:00:40 +0000
commitf73e0143bbd8a4873d69d795fcc0c83378c5db3c (patch)
tree18f1c15e563f3cb5bba67ac180d4d956438098e3 /audio/audacity-devel
parent- The branch 1.9 not is more supported, from now on mod_security receive a ne... (diff)
- Remove 5.x support.
- Use SF macro. PR: ports/124946, ports/124953 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Approved by: Jack L. <xxjack12@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=215742
Diffstat (limited to 'audio/audacity-devel')
-rw-r--r--audio/audacity-devel/Makefile5
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