diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-06 20:09:12 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-06 20:09:12 +0000 |
commit | a6ade68cd4540a5cb46a8d0481d4d9b78f1d41ae (patch) | |
tree | e00ad4b215004bc5e1bdb2843181442f6f1e49f2 /biology | |
parent | Displays a periodic table of the elements. (diff) |
Added gperiodic and xmolwt
Notes
Notes:
svn path=/head/; revision=21331
Diffstat (limited to 'biology')
-rw-r--r-- | biology/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/biology/Makefile b/biology/Makefile index 5e3561037929..055f6200214b 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -3,6 +3,7 @@ SUBDIR += babel SUBDIR += deft + SUBDIR += gperiodic SUBDIR += hmmer SUBDIR += kinemage SUBDIR += molden @@ -14,5 +15,6 @@ SUBDIR += rasmol SUBDIR += seaview SUBDIR += tinker + SUBDIR += xmolwt .include <bsd.port.subdir.mk> |