summaryrefslogtreecommitdiff
path: root/math/capc-calc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-10 00:08:41 +0000
committerjlam <jlam@pkgsrc.org>2001-06-10 00:08:41 +0000
commit3bc5e40254426847ecde2acbbfab3d3fbc8e20a6 (patch)
tree0838924d49f3defeb8bcbef3b48f5456d0570a78 /math/capc-calc
parentbbec7d214062528a54ab29394f673c001a251e76 (diff)
downloadpkgsrc-3bc5e40254426847ecde2acbbfab3d3fbc8e20a6.tar.gz
Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
Diffstat (limited to 'math/capc-calc')
-rw-r--r--math/capc-calc/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/math/capc-calc/Makefile b/math/capc-calc/Makefile
index c4f65623afe..8f58e8be6da 100644
--- a/math/capc-calc/Makefile
+++ b/math/capc-calc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/05/24 08:53:57 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2001/06/10 00:08:46 jlam Exp $
#
DISTNAME= calc-2.11.4t2
@@ -11,14 +11,10 @@ MAINTAINER= wiz@netbsd.org
HOMEPAGE= http://www.isthe.com/chongo/tech/comp/calc/
COMMENT= C arbitrary precision calculator
-NO_CONFIGURE= # defined
-
.include "../../devel/readline/buildlink.mk"
MAKE_ENV+= CPPFLAGS="${CPPFLAGS}"
CPPFLAGS+= -I${BUILDLINK_INCDIR}
LDFLAGS+= -L${BUILDLINK_LIBDIR}
-pre-build: ${BUILDLINK_TARGETS}
-
.include "../../mk/bsd.pkg.mk"