diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 12:50:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 12:50:49 +0000 |
commit | 594e91274e87d4fc234cc13e52d44faef5190829 (patch) | |
tree | 3fa6fe8f391d2ce2fe136869903878e3ebd187b1 /math/eigen3 | |
parent | 0206acff2b5b12b8d287151b5c4d02eebf50f882 (diff) |
Notes
Diffstat (limited to 'math/eigen3')
-rw-r--r-- | math/eigen3/Makefile | 2 |
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> |