diff options
author | markd <markd@pkgsrc.org> | 2016-07-16 00:09:18 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2016-07-16 00:09:18 +0000 |
commit | 4d592456e0c450a5253c24044c625e5f2eecc8e3 (patch) | |
tree | 50372af30f58079a145c40b7870a2cdd47f2624e /games/simgear/Makefile | |
parent | a5aba74053756cf33237c00b41dec040009e1863 (diff) | |
download | pkgsrc-4d592456e0c450a5253c24044c625e5f2eecc8e3.tar.gz |
Switch to openal-soft.
Don't try to use libsvn if detected.
Diffstat (limited to 'games/simgear/Makefile')
-rw-r--r-- | games/simgear/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games/simgear/Makefile b/games/simgear/Makefile index 3804a6cf28d..f6eaedf29d5 100644 --- a/games/simgear/Makefile +++ b/games/simgear/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2016/03/05 11:28:35 jperkin Exp $ +# $NetBSD: Makefile,v 1.53 2016/07/16 00:09:18 markd Exp $ DISTNAME= simgear-2.8.0 -PKGREVISION= 26 +PKGREVISION= 27 CATEGORIES= games devel MASTER_SITES= ftp://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/ \ ftp://ftp.goflyflightgear.com/simgear/ @@ -16,10 +16,12 @@ USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes USE_CMAKE= yes +CMAKE_ARGS+= -DENABLE_LIBSVN:BOOL=OFF + BUILDLINK_API_DEPENDS.plib+= plib>=1.8.5 .include "../../audio/freealut/buildlink3.mk" -.include "../../audio/openal/buildlink3.mk" +.include "../../audio/openal-soft/buildlink3.mk" .include "../../devel/boost-headers/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../games/plib/buildlink3.mk" |