diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-05-20 23:09:32 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-05-20 23:09:32 +0000 |
commit | d720dfc7212b1cf6bef4901a678d10616d3c7916 (patch) | |
tree | 35c564f76b8554e376ca0aa3bdbeb9b26cec30ce /math | |
parent | 44d1fd2df14428ea6b982e3c0043a777408fe87c (diff) | |
download | ports-d720dfc7212b1cf6bef4901a678d10616d3c7916.tar.gz ports-d720dfc7212b1cf6bef4901a678d10616d3c7916.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/eigen2/Makefile | 4 | ||||
-rw-r--r-- | math/eigen3/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/math/eigen2/Makefile b/math/eigen2/Makefile index dcbb1f5bd053..eca1ed673b71 100644 --- a/math/eigen2/Makefile +++ b/math/eigen2/Makefile @@ -6,7 +6,7 @@ PORTNAME= eigen DISTVERSION= 2.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://download.tuxfamily.org/eigen/ @@ -16,4 +16,6 @@ COMMENT= Lightweight library for vector and matrix math USE_BZIP2= yes USE_CMAKE= yes +LATEST_LINK= ${PORTNAME}2 + .include <bsd.port.mk> diff --git a/math/eigen3/Makefile b/math/eigen3/Makefile index dcbb1f5bd053..eca1ed673b71 100644 --- a/math/eigen3/Makefile +++ b/math/eigen3/Makefile @@ -6,7 +6,7 @@ PORTNAME= eigen DISTVERSION= 2.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://download.tuxfamily.org/eigen/ @@ -16,4 +16,6 @@ COMMENT= Lightweight library for vector and matrix math USE_BZIP2= yes USE_CMAKE= yes +LATEST_LINK= ${PORTNAME}2 + .include <bsd.port.mk> |