diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-01 00:36:22 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-01 00:36:22 +0800 |
commit | 4bdd97e324f080038787d28239a2dc8303f24322 (patch) | |
tree | d71d09928594a99dbb872d6c9c8c4d0b015afa02 /science | |
parent | 86df2db56e9c46fe902220afa074fb5a57c13424 (diff) | |
download | freebsd-ports-gnome-4bdd97e324f080038787d28239a2dc8303f24322.tar.gz freebsd-ports-gnome-4bdd97e324f080038787d28239a2dc8303f24322.tar.zst freebsd-ports-gnome-4bdd97e324f080038787d28239a2dc8303f24322.zip |
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
Diffstat (limited to 'science')
-rw-r--r-- | science/gnudatalanguage/Makefile | 2 | ||||
-rw-r--r-- | science/gromacs/Makefile | 2 | ||||
-rw-r--r-- | science/gwyddion/Makefile | 2 | ||||
-rw-r--r-- | science/py-scipy/Makefile | 1 |
4 files changed, 4 insertions, 3 deletions
diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile index e230917564af..16ff1ae6ef8e 100644 --- a/science/gnudatalanguage/Makefile +++ b/science/gnudatalanguage/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnudatalanguage DISTVERSION= 0.9.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= science lang MASTER_SITES= SF/${PORTNAME}/gdl/${DISTVERSION} .if defined(BUILD_PYTHON_MODULE) diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile index 1a45dffe8eef..89c2e7251cf0 100644 --- a/science/gromacs/Makefile +++ b/science/gromacs/Makefile @@ -3,7 +3,7 @@ PORTNAME= gromacs PORTVERSION= 5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/ diff --git a/science/gwyddion/Makefile b/science/gwyddion/Makefile index a833d7e9736f..6dde0d22a862 100644 --- a/science/gwyddion/Makefile +++ b/science/gwyddion/Makefile @@ -3,7 +3,7 @@ PORTNAME= gwyddion PORTVERSION= 2.37 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science graphics MASTER_SITES= SF diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile index 837c7166c613..33136a0a9455 100644 --- a/science/py-scipy/Makefile +++ b/science/py-scipy/Makefile @@ -3,6 +3,7 @@ PORTNAME= scipy PORTVERSION= 0.14.0 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= http://docs.scipy.org/doc/${DISTNAME}/:doc \ SF:source |