diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-10-13 11:15:16 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-10-13 11:15:16 +0000 |
commit | 56732773c5468fcd53de41b0f19b578dd65c9d50 (patch) | |
tree | 0f3b199149ae641f14ac4f5b6c292a5ecd3c0a74 /graphics | |
parent | a16294cf762433b998b0daaa69e40343fd9a6faf (diff) | |
download | pkgsrc-56732773c5468fcd53de41b0f19b578dd65c9d50.tar.gz |
Add and enable xgraph.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 47b79d64177..e1b345cd765 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 1998/10/07 02:13:10 tv Exp $ +# $NetBSD: Makefile,v 1.32 1998/10/13 11:15:16 frueauf Exp $ # FreeBSD Id: Makefile,v 1.53 1997/09/28 13:25:40 markm Exp # @@ -65,6 +65,7 @@ # SUBDIR += xdl SUBDIR += xfig # SUBDIR += xfractint + SUBDIR += xgraph # SUBDIR += xgrasp SUBDIR += xli # SUBDIR += xmandel |