summaryrefslogtreecommitdiff
path: root/math/capc-calc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-11 06:34:17 +0000
committerjlam <jlam@pkgsrc.org>2001-06-11 06:34:17 +0000
commitc4e71c5e7a56600bcceba68cbed656ef7246e444 (patch)
tree6b373d2a314b8d27a2d1f47c4cb173dc5c0d7a48 /math/capc-calc
parenta057ade2a392070aecc8ee511ae1cab01869b513 (diff)
downloadpkgsrc-c4e71c5e7a56600bcceba68cbed656ef7246e444.tar.gz
CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
Diffstat (limited to 'math/capc-calc')
-rw-r--r--math/capc-calc/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/math/capc-calc/Makefile b/math/capc-calc/Makefile
index 630925b3fab..0b779e9b08b 100644
--- a/math/capc-calc/Makefile
+++ b/math/capc-calc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/06/11 02:05:12 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2001/06/11 06:34:42 jlam Exp $
#
DISTNAME= calc-2.11.4t2
@@ -12,7 +12,4 @@ HOMEPAGE= http://www.isthe.com/chongo/tech/comp/calc/
COMMENT= C arbitrary precision calculator
.include "../../devel/readline/buildlink.mk"
-
-MAKE_ENV+= CPPFLAGS="${CPPFLAGS}"
-
.include "../../mk/bsd.pkg.mk"