diff options
author | Steve Price <steve@FreeBSD.org> | 1998-12-24 07:05:53 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-12-24 07:05:53 +0000 |
commit | 16a24fb1cda0b19f4b085b2861d8c92bc3808149 (patch) | |
tree | 2869db5c630aef1af30606637cacc075be941281 /math/Makefile | |
parent | e4b2e8c27f0255b31a0e5501eeea78ce02c5e400 (diff) | |
download | ports-16a24fb1cda0b19f4b085b2861d8c92bc3808149.tar.gz ports-16a24fb1cda0b19f4b085b2861d8c92bc3808149.zip |
Activate the dcdflib port.
Notes
Notes:
svn path=/head/; revision=15564
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 716a9d3b819d..d09a7272b502 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.54 1998/12/19 14:23:43 jseger Exp $ +# $Id: Makefile,v 1.55 1998/12/24 06:47:44 steve Exp $ # SUBDIR += R-a4 @@ -9,6 +9,7 @@ SUBDIR += blas SUBDIR += calc SUBDIR += calctool + SUBDIR += dcdflib SUBDIR += eispack SUBDIR += eval SUBDIR += femlab |