diff options
author | jperkin <jperkin@pkgsrc.org> | 2021-01-13 16:06:41 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2021-01-13 16:06:41 +0000 |
commit | 8e3671ac97e092cebe94fdc8d3701e5620fb4449 (patch) | |
tree | f9699a6e1d843f2f68d95d186f0c5829bb89072a | |
parent | b6da29d754d7e9c992747bd3eaf9ad06308458ca (diff) | |
download | pkgsrc-8e3671ac97e092cebe94fdc8d3701e5620fb4449.tar.gz |
stellarium: Needs socket libraries.
-rw-r--r-- | misc/stellarium/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/stellarium/Makefile b/misc/stellarium/Makefile index ff31a343004..43761fca035 100644 --- a/misc/stellarium/Makefile +++ b/misc/stellarium/Makefile @@ -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" |