diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-11-17 04:54:28 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-11-17 04:54:28 +0000 |
commit | 3b87bc1ac4a06b05d7ededac4733c34f48af574a (patch) | |
tree | a1133db0146db44c39095f1318e8b5946fb6978d /biology | |
parent | New port of the Tinker Molecular modelling program. (diff) |
Activate tinker.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/Makefile b/biology/Makefile index 6bd1bcdb04dd..b24393005adb 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 1998/03/16 07:01:32 vanilla Exp $ +# $Id: Makefile,v 1.7 1998/07/12 23:30:50 steve Exp $ # SUBDIR += babel @@ -7,5 +7,6 @@ SUBDIR += povchem SUBDIR += rasmol SUBDIR += seaview + SUBDIR += tinker .include <bsd.port.subdir.mk> |