diff options
author | jtb <jtb> | 2001-02-14 11:52:58 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-02-14 11:52:58 +0000 |
commit | f824582820b824f5cc174f6e05d85c95f00cd320 (patch) | |
tree | 84959ebc3b65e1205f3193cafb930875e599aac3 | |
parent | f9699363a757e38606e97ae86f3c639cd1423408 (diff) | |
download | pkgsrc-f824582820b824f5cc174f6e05d85c95f00cd320.tar.gz |
Add and enable yplot
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index eee47a34fa1..8bb563000ea 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.115 2001/02/09 23:42:27 jtb Exp $ +# $NetBSD: Makefile,v 1.116 2001/02/14 11:52:58 jtb Exp $ # SUBDIR += CompuPic @@ -118,5 +118,6 @@ SUBDIR += xsane SUBDIR += xv SUBDIR += xzgv + SUBDIR += yplot .include "../mk/bsd.pkg.subdir.mk" |