diff options
author | asami <asami@FreeBSD.org> | 1995-11-26 21:49:33 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-26 21:49:33 +0800 |
commit | d4a461693fd76b24c13f5049500704d26a217411 (patch) | |
tree | 6f4f8a2fab6ae3bcb1ef26d87b79e087ec0c891b /math | |
parent | 57fe7f2825641bb2152c293a7b12f61ecc6dbd63 (diff) | |
download | freebsd-ports-gnome-d4a461693fd76b24c13f5049500704d26a217411.tar.gz freebsd-ports-gnome-d4a461693fd76b24c13f5049500704d26a217411.tar.zst freebsd-ports-gnome-d4a461693fd76b24c13f5049500704d26a217411.zip |
Added xvgr.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 |
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> |