diff options
Diffstat (limited to 'math/bc/Makefile')
-rw-r--r-- | math/bc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/bc/Makefile b/math/bc/Makefile index 69a4691cc18..93b49b3de4f 100644 --- a/math/bc/Makefile +++ b/math/bc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/02/13 02:26:34 reed Exp $ +# $NetBSD: Makefile,v 1.5 2005/04/11 21:46:28 tv Exp $ DISTNAME= bc-1.06 PKGREVISION= 1 @@ -9,7 +9,6 @@ MAINTAINER= reed@reedmedia.net HOMEPAGE= http://www.gnu.org/software/bc/bc.html COMMENT= Arbitrary precision calculator language -USE_BUILDLINK3= YES GNU_CONFIGURE= YES INFO_FILES= bc.info dc.info |