summaryrefslogtreecommitdiff
path: root/security/apg
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-05-14 12:00:34 +0000
committernia <nia@pkgsrc.org>2021-05-14 12:00:34 +0000
commitf098f391d506b8e984322876714ebf5453cbf661 (patch)
treeef689957d35ebcf82e74e402f2bd6cf2539b7a66 /security/apg
parent347879e7b5b719ee3bf32031bd6245e179111d17 (diff)
downloadpkgsrc-f098f391d506b8e984322876714ebf5453cbf661.tar.gz
apg: do not use -lnsl on linux
Diffstat (limited to 'security/apg')
-rw-r--r--security/apg/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/apg/Makefile b/security/apg/Makefile
index 5e4bba2e869..2ddb38bf357 100644
--- a/security/apg/Makefile
+++ b/security/apg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2020/08/31 18:11:06 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2021/05/14 12:00:34 nia Exp $
#
DISTNAME= apg-2.3.0b
@@ -17,7 +17,6 @@ USE_TOOLS+= perl:run
REPLACE_PERL= perl/apgcli.pl
OPSYSVARS+= APG_CS_CLIBS
-APG_CS_CLIBS.Linux+= -lnsl
APG_CS_CLIBS.SunOS+= -lnsl -lsocket
MAKE_ENV+= APG_CS_CLIBS=${APG_CS_CLIBS:Q}