diff options
author | minskim <minskim> | 2011-10-26 20:34:03 +0000 |
---|---|---|
committer | minskim <minskim> | 2011-10-26 20:34:03 +0000 |
commit | 8c5ba0492dc02a9da19fae2172761ead743b8b5e (patch) | |
tree | c4e5e353184f1f5374b04cdec19863a0949194b0 /graphics | |
parent | 4a52191a6eef86a436958f1b7beb7bdb2a401e24 (diff) | |
download | pkgsrc-8c5ba0492dc02a9da19fae2172761ead743b8b5e.tar.gz |
Add tex-epstopdf{,-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 ad643deacf9..9ac4ae920cb 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.612 2011/09/06 18:45:45 drochner Exp $ +# $NetBSD: Makefile,v 1.613 2011/10/26 20:34:03 minskim Exp $ # COMMENT= Graphics tools and libraries @@ -418,6 +418,8 @@ SUBDIR+= tex-asyfig-doc SUBDIR+= tex-dvipng-doc SUBDIR+= tex-eepic SUBDIR+= tex-eepic-doc +SUBDIR+= tex-epstopdf +SUBDIR+= tex-epstopdf-doc SUBDIR+= tex-metapost SUBDIR+= tex-metapost-doc SUBDIR+= tex-mptopdf |