diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
commit | 99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /science | |
parent | ce05caaae21cd6b880cf5567917d6bde1c9144fa (diff) | |
download | ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.tar.gz ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/gromacs/Makefile | 3 | ||||
-rw-r--r-- | science/gwyddion/Makefile | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile index b68efec9d256..e2d2cbd40a47 100644 --- a/science/gromacs/Makefile +++ b/science/gromacs/Makefile @@ -22,11 +22,10 @@ GSL_DESC= Extra analysis using math/gsl MPICH_DESC= MPI support using net/mpich2 OMPI_DESC= MPI support using net/openmpi -USES= cmake pkgconfig shebangfix +USES= cmake pkgconfig shebangfix perl5 SHEBANG_FILES= admin/*.pl scripts/*.pl scripts/*.sh src/gmxlib/selection/*.sh bash_CMD= ${SH} USE_FORTRAN= yes -USE_PERL5= yes CMAKE_ARGS= -DBLAS_LIBRARIES:FILEPATH="${BLAS_LIBS}" \ -DLAPACK_LIBRARIES:FILEPATH="${LAPACK_LIBS}" USE_LDCONFIG= yes diff --git a/science/gwyddion/Makefile b/science/gwyddion/Makefile index bcd587f57bfd..3d9627f16fc1 100644 --- a/science/gwyddion/Makefile +++ b/science/gwyddion/Makefile @@ -42,7 +42,7 @@ MAN1= gwyddion.1 gwyddion-thumbnailer.1 .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES+= perl5 MAN3+= Gwyddion::dump.3pm PLIST_SUB+= PERL="" .else |