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 | 4b68e49d1cf1447d3b721130993491ee3c3bfdfd (patch) | |
tree | 749744ff5e50ef02543d26352184f54987f7d5cd /games | |
parent | a9d313bfe4fd6f49da5660a352edd4e8931bc797 (diff) | |
download | pkgsrc-4b68e49d1cf1447d3b721130993491ee3c3bfdfd.tar.gz |
Switch to openal-soft.
Don't try to use libsvn if detected.
Diffstat (limited to 'games')
-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" |