diff options
author | nakai <nakai@FreeBSD.org> | 2000-12-24 12:57:11 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2000-12-24 12:57:11 +0800 |
commit | acd16e31986c05e864c5891411ef81a55e5a2b81 (patch) | |
tree | f5edf09f55a084c6f68a3ab2b1e8c1d958ddeb75 /audio/gogo/Makefile | |
parent | 632ca66100e9554a3bf709cd81a23490289f1026 (diff) | |
download | freebsd-ports-gnome-acd16e31986c05e864c5891411ef81a55e5a2b81.tar.gz freebsd-ports-gnome-acd16e31986c05e864c5891411ef81a55e5a2b81.tar.zst freebsd-ports-gnome-acd16e31986c05e864c5891411ef81a55e5a2b81.zip |
Update to 2.39a
PR: ports/23812
Submitted by: Warner Losh <imp@bsdimp.com>
Diffstat (limited to 'audio/gogo/Makefile')
-rw-r--r-- | audio/gogo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/gogo/Makefile b/audio/gogo/Makefile index 89ade5aa7de6..1a14db8da0b7 100644 --- a/audio/gogo/Makefile +++ b/audio/gogo/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gogo -PORTVERSION= 2.36 +PORTVERSION= 2.39a CATEGORIES= audio MASTER_SITES= http://homepage1.nifty.com/herumi/soft/gogo2/src/ -DISTNAME= gogo236 +DISTNAME= gogo239a EXTRACT_SUFX= .tgz MAINTAINER= nakai@FreeBSD.org @@ -31,6 +31,7 @@ pre-fetch: .if !defined(WITH_THREADS) @${ECHO_MSG} "set WITH_THREADS to compile with linuxthreads." @${ECHO_MSG} "It would increase performance in SMP environment." +MAKE_ENV+= "USE_MT=no" .else MAKE_ENV+= "USE_MT=yes" LIB_DEPENDS= lthread.2:${PORTSDIR}/devel/linuxthreads |