diff options
-rw-r--r-- | games/simgear/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/simgear/Makefile b/games/simgear/Makefile index 92f33e157d6..0578d45d3e1 100644 --- a/games/simgear/Makefile +++ b/games/simgear/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2016/08/17 00:06:42 ryoon Exp $ +# $NetBSD: Makefile,v 1.56 2016/09/17 23:22:59 wiedi Exp $ DISTNAME= simgear-2.8.0 PKGREVISION= 29 @@ -18,6 +18,8 @@ USE_CMAKE= yes CMAKE_ARGS+= -DENABLE_LIBSVN:BOOL=OFF +LDFLAGS.SunOS+= -lsocket -lnsl + BUILDLINK_API_DEPENDS.plib+= plib>=1.8.5 .include "../../audio/freealut/buildlink3.mk" |