diff options
author | araujo <araujo@FreeBSD.org> | 2008-06-25 09:18:22 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2008-06-25 09:18:22 +0800 |
commit | b7758639a2da3aeefbfa22740fcfb31d14c1f23c (patch) | |
tree | ee3886331d73b46ad8b8748dbbff013a3438327c /audio | |
parent | 9ed3cdaecc654d14a8a8ff217451a51f769c1b75 (diff) | |
download | freebsd-ports-gnome-b7758639a2da3aeefbfa22740fcfb31d14c1f23c.tar.gz freebsd-ports-gnome-b7758639a2da3aeefbfa22740fcfb31d14c1f23c.tar.zst freebsd-ports-gnome-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/Makefile | 5 |
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 |