diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 00:56:24 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 00:56:24 +0000 |
commit | 147fdee482ca1a335dcd09608f3b820a1dad2b40 (patch) | |
tree | 6adf22ccd743df57b19e1e180d4cc1e16851afeb /science/elmer-fem | |
parent | e0f58ab25d1ad411ed70fe4c114cfbd5bb341348 (diff) |
Notes
Diffstat (limited to 'science/elmer-fem')
-rw-r--r-- | science/elmer-fem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/elmer-fem/Makefile b/science/elmer-fem/Makefile index 696fa612f93e..613f3a0444cf 100644 --- a/science/elmer-fem/Makefile +++ b/science/elmer-fem/Makefile @@ -38,7 +38,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= FC=${FC} F77=${FC} FCFLAGS="${FCFLAGS}" USE_GMAKE= yes ALL_TARGET= -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes TEST_ENV= ELMER_HOME=${PREFIX} DATADIR= ${PREFIX}/share/elmersolver |