aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2009-11-05 15:24:27 +0800
committermaho <maho@FreeBSD.org>2009-11-05 15:24:27 +0800
commit80e25e04c243afdb08af8e9e0b3654822bd71b9d (patch)
tree10d5546042e6d75a2780d5849779102d41771601 /math
parent330d355bf991304dec9d937d95bdac15b6346484 (diff)
downloadfreebsd-ports-gnome-80e25e04c243afdb08af8e9e0b3654822bd71b9d.tar.gz
freebsd-ports-gnome-80e25e04c243afdb08af8e9e0b3654822bd71b9d.tar.zst
freebsd-ports-gnome-80e25e04c243afdb08af8e9e0b3654822bd71b9d.zip
Correctly link against gcc44 stuffs and bump portrevision.
Feature safe: yes
Diffstat (limited to 'math')
-rw-r--r--math/lapack++/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/lapack++/Makefile b/math/lapack++/Makefile
index bb8e48a68862..a82b7bfc6fbe 100644
--- a/math/lapack++/Makefile
+++ b/math/lapack++/Makefile
@@ -7,7 +7,7 @@
PORTNAME= lapack++
PORTVERSION= 2.5.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= SF/lapackpp/lapackpp/${PORTVERSION} \
http://math.nist.gov/lapack++/:doc
@@ -36,8 +36,7 @@ LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack
.endif
USE_FORTRAN= yes
-
-USE_AUTOTOOLS= libtool:22
+GNU_CONFIGURE= yes
USE_GMAKE= yes
.if defined(WITH_ATLAS)
BLAS_LIB= -L${LOCALBASE}/lib -lf77blas -latlas