summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2019-07-14 15:31:46 +0000
committerwiedi <wiedi@pkgsrc.org>2019-07-14 15:31:46 +0000
commitadbcdf3e995628b3d9641d8a8fea814715e3e9d6 (patch)
tree2562f009130ba5098a158caf7e66d1e71d8d9317 /security
parente8a9ee758868f183efc54ce0b363a3ee10826ca7 (diff)
downloadpkgsrc-adbcdf3e995628b3d9641d8a8fea814715e3e9d6.tar.gz
erlang-epam: fix SunOS, needs socket libs
Diffstat (limited to 'security')
-rw-r--r--security/erlang-epam/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/erlang-epam/Makefile b/security/erlang-epam/Makefile
index 9fc2f580526..11e61bab0a7 100644
--- a/security/erlang-epam/Makefile
+++ b/security/erlang-epam/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/03/24 14:29:19 fhajny Exp $
+# $NetBSD: Makefile,v 1.5 2019/07/14 15:31:46 wiedi Exp $
DISTNAME= epam-1.0.4
CATEGORIES= security
@@ -15,7 +15,7 @@ SUPERSEDES= erlang-p1_epam-[0-9]*
GNU_CONFIGURE= yes
-LDFLAGS.SunOS+= -lnsl
+LDFLAGS.SunOS+= -lnsl -lsocket
.include "../../lang/erlang/module.mk"
.include "../../mk/bsd.pkg.mk"