lang/owl-lisp: requires -lsocket -lnsl on solaris

This commit is contained in:
dholland 2023-01-16 03:52:32 +00:00
parent 9921a5a5aa
commit 88504cbe3d
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2022/05/24 12:54:27 nikita Exp $
# $NetBSD: Makefile,v 1.4 2023/01/16 03:52:32 dholland Exp $
DISTNAME= owl-v0.2
PKGNAME= ${DISTNAME:S/owl-v/owl-lisp-/}
@ -13,6 +13,8 @@ HOMEPAGE= https://haltp.org/n/owl
COMMENT= Purely functional dialect of Scheme
LICENSE= mit
LDFLAGS.SunOS+= -lsocket -lnsl
INSTALL_MAKE_FLAGS= DESTDIR=${DESTDIR}
INSTALL_MAKE_FLAGS+= PREFIX=${PREFIX}
INSTALL_MAKE_FLAGS+= MANDIR=/${PKGMANDIR}