diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-13 00:51:58 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-13 00:51:58 +0000 |
commit | b9861a3c714b141150089914b634ccec7b87d533 (patch) | |
tree | 26be547e134d874a031a16859ba3f8f9e349eed5 | |
parent | b7d69e8bbbcc1a179fa7e3daf0c42081bfd8fdb5 (diff) | |
download | freebsd-ports-b9861a3c714b141150089914b634ccec7b87d533.zip |
Nuke math/xvgr. Obsoleted by xmgr.
-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> |