diff options
author | markd <markd@pkgsrc.org> | 2017-08-24 02:22:34 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2017-08-24 02:22:34 +0000 |
commit | 7ce6755317484d0f98d070701db8e33bcb9b448b (patch) | |
tree | 606102300a86440797fda791b7923631800d4e65 /graphics | |
parent | 4ad8ba6b506f3a086d4837c4abadd5ceaf2b8d27 (diff) | |
download | pkgsrc-7ce6755317484d0f98d070701db8e33bcb9b448b.tar.gz |
Add tex-venndiagram{,-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 4681d7aff20..74c73b89d07 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.770 2017/08/17 02:05:16 gavan Exp $ +# $NetBSD: Makefile,v 1.771 2017/08/24 02:22:34 markd Exp $ # COMMENT= Graphics tools and libraries @@ -717,6 +717,8 @@ SUBDIR+= tex-tikzscale SUBDIR+= tex-tikzscale-doc SUBDIR+= tex-tikzsymbols SUBDIR+= tex-tikzsymbols-doc +SUBDIR+= tex-venndiagram +SUBDIR+= tex-venndiagram-doc SUBDIR+= tex-xypic SUBDIR+= tex-xypic-doc SUBDIR+= tgif |