diff options
author | minskim <minskim@pkgsrc.org> | 2011-03-18 19:50:24 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-03-18 19:50:24 +0000 |
commit | f86160d260ff71753aaafac49af7276df3760051 (patch) | |
tree | 3b7889a5b6a23e900a99a63334be8bae88098858 /graphics/Makefile | |
parent | 108a30891aabe86dcf32a8a16d8fd34dc4f12cae (diff) | |
download | pkgsrc-f86160d260ff71753aaafac49af7276df3760051.tar.gz |
Add tex-pst-3dplot{,-doc}.
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 5b8c36244c8..acdc03daddb 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.596 2011/03/18 19:06:12 minskim Exp $ +# $NetBSD: Makefile,v 1.597 2011/03/18 19:50:24 minskim Exp $ # COMMENT= Graphics tools and libraries @@ -414,6 +414,8 @@ SUBDIR+= tex-pst-2dplot SUBDIR+= tex-pst-2dplot-doc SUBDIR+= tex-pst-3d SUBDIR+= tex-pst-3d-doc +SUBDIR+= tex-pst-3dplot +SUBDIR+= tex-pst-3dplot-doc SUBDIR+= tex-pst-node SUBDIR+= tex-pst-node-doc SUBDIR+= tex-pst-plot |