diff options
author | rh <rh> | 2001-07-08 08:27:33 +0000 |
---|---|---|
committer | rh <rh> | 2001-07-08 08:27:33 +0000 |
commit | c60c6297e09b50006ff7461c4168129d2d14e0f5 (patch) | |
tree | 272d8a4ec87354988805cd786eec4cff50259127 /graphics | |
parent | f1bdceec7abc0d104f1d1f6944233a44b0299f12 (diff) | |
download | pkgsrc-c60c6297e09b50006ff7461c4168129d2d14e0f5.tar.gz |
Add and enable ploticus-examples
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 c253da879e6..d813b002ed7 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.142 2001/07/08 01:49:45 garbled Exp $ +# $NetBSD: Makefile,v 1.143 2001/07/08 08:27:33 rh Exp $ # COMMENT= Graphics tools and libraries @@ -99,6 +99,7 @@ SUBDIR+= pgraf SUBDIR+= photopc SUBDIR+= pixmap SUBDIR+= ploticus +SUBDIR+= ploticus-examples SUBDIR+= plotmtv SUBDIR+= plotutils SUBDIR+= plplot |