diff options
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 9ac4ae920cb..372d6343af4 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.613 2011/10/26 20:34:03 minskim Exp $ +# $NetBSD: Makefile,v 1.614 2011/10/27 18:07:20 minskim Exp $ # COMMENT= Graphics tools and libraries @@ -424,6 +424,8 @@ SUBDIR+= tex-metapost SUBDIR+= tex-metapost-doc SUBDIR+= tex-mptopdf SUBDIR+= tex-mptopdf-doc +SUBDIR+= tex-pdfcrop +SUBDIR+= tex-pdfcrop-doc SUBDIR+= tex-psgo SUBDIR+= tex-psgo-doc SUBDIR+= tex-pst-2dplot |