aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoraraujo <araujo@FreeBSD.org>2008-06-25 09:18:22 +0800
committeraraujo <araujo@FreeBSD.org>2008-06-25 09:18:22 +0800
commitb7758639a2da3aeefbfa22740fcfb31d14c1f23c (patch)
treeee3886331d73b46ad8b8748dbbff013a3438327c /audio
parent9ed3cdaecc654d14a8a8ff217451a51f769c1b75 (diff)
downloadfreebsd-ports-graphics-b7758639a2da3aeefbfa22740fcfb31d14c1f23c.tar.gz
freebsd-ports-graphics-b7758639a2da3aeefbfa22740fcfb31d14c1f23c.tar.zst
freebsd-ports-graphics-b7758639a2da3aeefbfa22740fcfb31d14c1f23c.zip
- 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)
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 4cb716c3728..f45ab850be1 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