diff options
author | wg <wg@FreeBSD.org> | 2013-08-04 22:11:47 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-08-04 22:11:47 +0800 |
commit | df959f7c1a8807101b25971614ae7708d68f43e0 (patch) | |
tree | ca007e1e058312be8ebf5dc3bdd2e9dbbc69d0a3 /audio/audacity | |
parent | e2fe86329b0249b89c95935bb382e4967d22771e (diff) | |
download | freebsd-ports-gnome-df959f7c1a8807101b25971614ae7708d68f43e0.tar.gz freebsd-ports-gnome-df959f7c1a8807101b25971614ae7708d68f43e0.tar.zst freebsd-ports-gnome-df959f7c1a8807101b25971614ae7708d68f43e0.zip |
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)
Diffstat (limited to 'audio/audacity')
-rw-r--r-- | audio/audacity/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 1515e1039d41..0a5f2cb28364 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -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 |