diff options
author | markd <markd@pkgsrc.org> | 2021-02-12 02:53:40 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2021-02-12 02:53:40 +0000 |
commit | ce3ce12270e198ee563681cc9bfcb2665f6440bf (patch) | |
tree | 680ab5a9eee826df19cc06edc45221398792a118 /graphics/Makefile | |
parent | a9e2f8e3588a94b26cac1a86927625324e3d40ee (diff) | |
download | pkgsrc-ce3ce12270e198ee563681cc9bfcb2665f6440bf.tar.gz |
graphics: +tex-qrcode{,-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 d5fd9e568f7..1e93f5d581d 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.922 2021/02/06 11:07:52 mef Exp $ +# $NetBSD: Makefile,v 1.923 2021/02/12 02:53:40 markd Exp $ # COMMENT= Graphics tools and libraries @@ -730,6 +730,8 @@ SUBDIR+= tex-pstricks SUBDIR+= tex-pstricks-add SUBDIR+= tex-pstricks-add-doc SUBDIR+= tex-pstricks-doc +SUBDIR+= tex-qrcode +SUBDIR+= tex-qrcode-doc SUBDIR+= tex-repere SUBDIR+= tex-repere-doc SUBDIR+= tex-roex |