aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-11-26 21:49:33 +0800
committerSatoshi Asami <asami@FreeBSD.org>1995-11-26 21:49:33 +0800
commite1c2f41478ebf9a37ff8ef1de583809e800ce2b2 (patch)
tree2812c280a5229ac8a8f4c7758f094e95abbb1bb7 /math
parentda855e3f1bbce199606d8f0db1c387cd5efee1ba (diff)
downloadfreebsd-ports-gnome-e1c2f41478ebf9a37ff8ef1de583809e800ce2b2.tar.gz
freebsd-ports-gnome-e1c2f41478ebf9a37ff8ef1de583809e800ce2b2.tar.zst
freebsd-ports-gnome-e1c2f41478ebf9a37ff8ef1de583809e800ce2b2.zip
Added xvgr.
Diffstat (limited to 'math')
-rw-r--r--math/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index e8646ae466b0..69c7c04c1d9b 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.13 1995/08/18 08:53:54 asami Exp $
+# $Id: Makefile,v 1.14 1995/10/03 11:45:09 asami Exp $
#
SUBDIR += blas
@@ -15,5 +15,6 @@ RESTRICTED += maxima (license required)
SUBDIR += xgraph
SUBDIR += xlispstat
SUBDIR += xspread
+ SUBDIR += xvgr
.include <bsd.port.subdir.mk>