summaryrefslogtreecommitdiff
path: root/math/cln
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-02-25 15:26:55 +0000
committerjperkin <jperkin@pkgsrc.org>2016-02-25 15:26:55 +0000
commit4557f1d6a46da5cfcb32366f42d1bd4bee802341 (patch)
treebc464787da1efbe27c6cde3108b43180afa90b46 /math/cln
parent4704b2a4893165d54310a4ff99a4b91dd5ddfcd2 (diff)
downloadpkgsrc-4557f1d6a46da5cfcb32366f42d1bd4bee802341.tar.gz
Use OPSYSVARS.
Diffstat (limited to 'math/cln')
-rw-r--r--math/cln/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/math/cln/Makefile b/math/cln/Makefile
index 5b31e1ead4f..170e985e3b7 100644
--- a/math/cln/Makefile
+++ b/math/cln/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2015/06/30 07:56:44 wen Exp $
+# $NetBSD: Makefile,v 1.27 2016/02/25 15:26:55 jperkin Exp $
DISTNAME= cln-1.3.4
CATEGORIES= math
@@ -19,12 +19,8 @@ PKGCONFIG_OVERRIDE= cln.pc.in
INFO_FILES= yes
TEST_TARGET= check
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "SunOS"
# Work around broken configure test
-CONFIGURE_ENV+= cl_cv_proto_perror=yes
-.endif
+CONFIGURE_ENV.SunOS+= cl_cv_proto_perror=yes
.include "../../devel/gmp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"