stellarium: Needs socket libraries.

This commit is contained in:
jperkin 2021-01-13 16:06:41 +00:00
parent 8482bcdafd
commit 1f022a5ba1

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.119 2021/01/03 18:24:00 adam Exp $
# $NetBSD: Makefile,v 1.120 2021/01/13 16:06:41 jperkin Exp $
DISTNAME= stellarium-0.20.4
CATEGORIES= misc
@ -16,6 +16,8 @@ USE_TOOLS+= msgfmt perl pod2man
CMAKE_ARGS+= -DENABLE_GPS=OFF
LDFLAGS.SunOS+= -lnsl -lsocket
PLIST_VARS+= desktop
.include "../../mk/bsd.prefs.mk"