aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2009-08-06 17:21:25 +0800
committermaho <maho@FreeBSD.org>2009-08-06 17:21:25 +0800
commitdfcb027bf17c488529b6f14dc1bded3f0f120a43 (patch)
tree581d5fa27e6db5e7357d1aaa0baf17849981d248 /math
parent1ec88007c9a5b49195420964c4334db2c78af5c6 (diff)
downloadfreebsd-ports-gnome-dfcb027bf17c488529b6f14dc1bded3f0f120a43.tar.gz
freebsd-ports-gnome-dfcb027bf17c488529b6f14dc1bded3f0f120a43.tar.zst
freebsd-ports-gnome-dfcb027bf17c488529b6f14dc1bded3f0f120a43.zip
Remove metis include dir.
Diffstat (limited to 'math')
-rw-r--r--math/octave/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 30ff79269506..4386c186faaa 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -74,7 +74,7 @@ USE_FORTRAN= yes
OCTAVE_VERSION= ${PORTVERSION}
GNU_HOST= ${ARCH}-portbld-freebsd${OSREL}
PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} GNU_HOST=${GNU_HOST}
-INCLUDES= -I${LOCALBASE}/include -I${LOCALBASE}/include/metis
+INCLUDES= -I${LOCALBASE}/include
MAKE_ENV+= CPPFLAGS="${CPPFLAGS} ${INCLUDES}" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}"
CFLAGS+= ${INCLUDES}