aboutsummaryrefslogtreecommitdiffstats
path: root/math/eigen3
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2009-05-21 07:09:32 +0800
committermakc <makc@FreeBSD.org>2009-05-21 07:09:32 +0800
commitfafb0f95f04e0015d7abc5872c2d20b1468c64e5 (patch)
treeadc5fc806aed3ca59db7c47f545ff595ee1ab7b7 /math/eigen3
parent37e77a82863ea2dea76cbc56e8f663c43f7ce278 (diff)
downloadfreebsd-ports-gnome-fafb0f95f04e0015d7abc5872c2d20b1468c64e5.tar.gz
freebsd-ports-gnome-fafb0f95f04e0015d7abc5872c2d20b1468c64e5.tar.zst
freebsd-ports-gnome-fafb0f95f04e0015d7abc5872c2d20b1468c64e5.zip
Fix LATEST_LINK
Reported by: pav
Diffstat (limited to 'math/eigen3')
-rw-r--r--math/eigen3/Makefile4
1 files changed, 3 insertions, 1 deletions
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>