1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

- 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)
This commit is contained in:
Marcelo Araujo 2008-06-25 01:18:22 +00:00
parent 69759d4b85
commit 5f2eba1251
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215744

View File

@ -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