summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtb <jtb>2000-11-26 23:37:33 +0000
committerjtb <jtb>2000-11-26 23:37:33 +0000
commitaf6e2757f6244530600b94eb7b74c0a623b47e80 (patch)
treeb68911bd2e9ec7e7297bc1bc11f382949cd639da
parent7404bff31005601297ab91eb672a1552da095d98 (diff)
downloadpkgsrc-af6e2757f6244530600b94eb7b74c0a623b47e80.tar.gz
Add and enable "calc". Fixes PR pkg/11404 by Jason Beegan.
-rw-r--r--math/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index f3c899fe8ac..65489c0963e 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2000/11/26 23:05:05 jtb Exp $
+# $NetBSD: Makefile,v 1.29 2000/11/26 23:37:33 jtb Exp $
# FreeBSD Id: Makefile,v 1.38 1998/04/13 00:51:58 jseger Exp
#
@@ -7,6 +7,7 @@
SUBDIR += abs
SUBDIR += aribas
SUBDIR += blas
+ SUBDIR += calc
SUBDIR += cassowary
SUBDIR += fftw
SUBDIR += geg