summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2008-06-25 01:18:22 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2008-06-25 01:18:22 +0000
commit5f2eba1251d03abdfc5929b540b2a0d9e39ddc34 (patch)
treee5262358c98d77752bb87011c9170c4f60df3fa4
parent- Remove 5.x support. (diff)
- Remove 5.x support.
- Use SF macro. PR: ports/124945 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Approved by: Craig Boston <craig@yekse.gank.org> (maintainer, implicit)
Notes
Notes: svn path=/head/; revision=215744
-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