diff options
author | reed <reed> | 2005-02-13 02:26:34 +0000 |
---|---|---|
committer | reed <reed> | 2005-02-13 02:26:34 +0000 |
commit | ebc956368ab57e038ddc1b2db96bfc6dfef1c167 (patch) | |
tree | 23fcd68d77d32e01dea2accc506a2f653b9c9ad0 /math | |
parent | a2918276d5315d665344f2f131216d292cf499b1 (diff) | |
download | pkgsrc-ebc956368ab57e038ddc1b2db96bfc6dfef1c167.tar.gz |
Remove my un-needed comment about dc.
Diffstat (limited to 'math')
-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 7f095eb1483..69a4691cc18 100644 --- a/math/bc/Makefile +++ b/math/bc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/10/03 00:12:55 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/02/13 02:26:34 reed Exp $ DISTNAME= bc-1.06 PKGREVISION= 1 @@ -8,7 +8,6 @@ MASTER_SITES= ${MASTER_SITE_GNU:=bc/} MAINTAINER= reed@reedmedia.net HOMEPAGE= http://www.gnu.org/software/bc/bc.html COMMENT= Arbitrary precision calculator language -# this provides dc(1) which is essential for pkgsrc installations USE_BUILDLINK3= YES GNU_CONFIGURE= YES |