diff options
author | markd <markd@pkgsrc.org> | 2021-03-18 03:46:56 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2021-03-18 03:46:56 +0000 |
commit | 41ba83686732894917befb16599b36469c59c2ea (patch) | |
tree | ef4cbb3947cc1726ea76702f935bc3c2dc9ae917 /math | |
parent | 57d016bff27398a1b39d43f820d4d28e559bd229 (diff) | |
download | pkgsrc-41ba83686732894917befb16599b36469c59c2ea.tar.gz |
math: +tex-physics{,-doc}
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 6149970b06b..9118fa82acf 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.490 2021/02/12 06:51:16 pin Exp $ +# $NetBSD: Makefile,v 1.491 2021/03/18 03:46:56 markd Exp $ COMMENT= Mathematics @@ -436,6 +436,8 @@ SUBDIR+= tex-mathspec SUBDIR+= tex-mathspec-doc SUBDIR+= tex-minifp SUBDIR+= tex-minifp-doc +SUBDIR+= tex-physics +SUBDIR+= tex-physics-doc SUBDIR+= tex-unicode-math SUBDIR+= tex-unicode-math-doc SUBDIR+= texdrive |