aboutsummaryrefslogtreecommitdiff
path: root/math/eigen3
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-17 12:50:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-17 12:50:49 +0000
commit594e91274e87d4fc234cc13e52d44faef5190829 (patch)
tree3fa6fe8f391d2ce2fe136869903878e3ebd187b1 /math/eigen3
parent0206acff2b5b12b8d287151b5c4d02eebf50f882 (diff)
downloadports-594e91274e87d4fc234cc13e52d44faef5190829.tar.gz
ports-594e91274e87d4fc234cc13e52d44faef5190829.zip
Adjust pkgname to avoid confusing binary only users.
oldversion version get their pkgname suffixed by the version, shinest and greatest version doesn't change their name. Ajust the conflicts line accordingly Remove the now useless LATEST_LINK where they are not needed anymore. Approved by: kde (rakuco)
Notes
Notes: svn path=/head/; revision=327474
Diffstat (limited to 'math/eigen3')
-rw-r--r--math/eigen3/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/math/eigen3/Makefile b/math/eigen3/Makefile
index 9c184d0e7b9a..21982793c795 100644
--- a/math/eigen3/Makefile
+++ b/math/eigen3/Makefile
@@ -18,8 +18,6 @@ USES= cmake:outsource
CMAKE_ENV+= PKG_CONFIG_LIBDIR="${LOCALBASE}/libdata"
NO_BUILD= yes
-LATEST_LINK= ${PORTNAME}3
-
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-ffa86ffb5570
.include <bsd.port.mk>