diff options
author | minskim <minskim@pkgsrc.org> | 2011-03-18 19:06:12 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-03-18 19:06:12 +0000 |
commit | 507cb4cb952ad90068222b0f444686f6997397cc (patch) | |
tree | 3475b12caefea4794599d2da9991590640ce66f3 /graphics/Makefile | |
parent | cc77161a9eba6f06fcd35b74a68379948fc8553d (diff) | |
download | pkgsrc-507cb4cb952ad90068222b0f444686f6997397cc.tar.gz |
Add tex-pst-node{,-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 e56b423b22e..5b8c36244c8 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.595 2011/03/18 17:47:57 minskim Exp $ +# $NetBSD: Makefile,v 1.596 2011/03/18 19:06:12 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-node +SUBDIR+= tex-pst-node-doc SUBDIR+= tex-pst-plot SUBDIR+= tex-pst-plot-doc SUBDIR+= tex-pstricks |