summaryrefslogtreecommitdiff
path: root/security/apg
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2014-06-02 19:42:47 +0000
committerfhajny <fhajny@pkgsrc.org>2014-06-02 19:42:47 +0000
commit20afc1bf66db5f4b83190ef19cef993c8b446397 (patch)
tree8bf238026df27900688b6df2ad2a8154c111841a /security/apg
parent2258c65f408428f75ffa38a250957f5e323357e5 (diff)
downloadpkgsrc-20afc1bf66db5f4b83190ef19cef993c8b446397.tar.gz
Fix build on at least SunOS, variable changed name in the last release.
Diffstat (limited to 'security/apg')
-rw-r--r--security/apg/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/apg/Makefile b/security/apg/Makefile
index ce0149ab176..e441ba76f24 100644
--- a/security/apg/Makefile
+++ b/security/apg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2014/05/29 23:37:18 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2014/06/02 19:42:47 fhajny Exp $
#
DISTNAME= apg-2.3.0b
@@ -16,10 +16,10 @@ MAKE_ENV+= FLAGS=${CFLAGS:M*:Q} INSTALL_PREFIX=${DESTDIR:Q}${PREFIX:Q}
USE_TOOLS+= perl:run
REPLACE_PERL= perl/apgcli.pl
-OPSYSVARS+= CS_LIBS
-CS_LIBS.Linux+= -lnsl
-CS_LIBS.SunOS+= -lnsl -lsocket
-MAKE_ENV+= CS_LIBS=${CS_LIBS:Q}
+OPSYSVARS+= APG_CS_CLIBS
+APG_CS_CLIBS.Linux+= -lnsl
+APG_CS_CLIBS.SunOS+= -lnsl -lsocket
+MAKE_ENV+= APG_CS_CLIBS=${APG_CS_CLIBS:Q}
INSTALLATION_DIRS+= bin sbin ${PKGMANDIR}/man1 ${PKGMANDIR}/man8