diff options
author | jseger <jseger@FreeBSD.org> | 1998-04-13 08:51:58 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-04-13 08:51:58 +0800 |
commit | bd648a96f1c5a22d8a9af8a52e4196cc1f798853 (patch) | |
tree | 96d18ed9082a0b2c5f7a58c97db4c3f18ebc1773 /math | |
parent | 9ded8c3b3594342fe1725a46122a70e704c547d5 (diff) | |
download | freebsd-ports-gnome-bd648a96f1c5a22d8a9af8a52e4196cc1f798853.tar.gz freebsd-ports-gnome-bd648a96f1c5a22d8a9af8a52e4196cc1f798853.tar.zst freebsd-ports-gnome-bd648a96f1c5a22d8a9af8a52e4196cc1f798853.zip |
Nuke math/xvgr. Obsoleted by xmgr.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile index 96c848d2d308..88ef9284e9ef 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.36 1998/02/28 03:49:19 itojun Exp $ +# $Id: Makefile,v 1.37 1998/04/10 05:05:16 hoek Exp $ # SUBDIR += Scilab @@ -32,6 +32,5 @@ SUBDIR += xlispstat SUBDIR += xplot SUBDIR += xspread - SUBDIR += xvgr .include <bsd.port.subdir.mk> |