mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
audio/audacity: fix SF mirror
- Fix SF mirror [1] - Switch to USES game - Remove MAKE_JOBS_SAFE (now default) PR: ports/181011 [1] Submitted by: Jack <xxjack12xx gmail.com> (maintainer)
This commit is contained in:
parent
cb8a37590b
commit
f37c749ae3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324235
@ -6,7 +6,7 @@ PORTVERSION= 2.0.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= GOOGLE_CODE \
|
||||
SF/${PORTNAME}/${PORTNAME}-unstable/${PORTVERSION}
|
||||
SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}-minsrc-${PORTVERSION}
|
||||
|
||||
MAINTAINER= xxjack12xx@gmail.com
|
||||
@ -20,14 +20,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION}
|
||||
|
||||
USE_AUTOTOOLS= aclocal autoconf
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gettext
|
||||
USES= gmake gettext
|
||||
USE_XZ= yes
|
||||
USE_WX= 2.8
|
||||
WX_UNICODE= yes
|
||||
WX_COMPS= wx
|
||||
INSTALLS_ICONS= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
MAN1= audacity.1
|
||||
MANCOMPRESSED= yes
|
||||
PORTDOCS= README.txt
|
||||
|
Loading…
Reference in New Issue
Block a user