diff options
author | minskim <minskim> | 2011-10-27 18:07:20 +0000 |
---|---|---|
committer | minskim <minskim> | 2011-10-27 18:07:20 +0000 |
commit | 8521a06295c3a42aa17fd31caccfb04b0c1c35ea (patch) | |
tree | 96db3c540d27d880afdbd9beac4573b43ebcbd7d /graphics | |
parent | 0b383d5f83ce465892e36df8cae167532e7884d6 (diff) | |
download | pkgsrc-8521a06295c3a42aa17fd31caccfb04b0c1c35ea.tar.gz |
Add tex-pdfcrop{,-doc}.
Diffstat (limited to 'graphics')
-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 |