aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-image/Makefile
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2018-06-23 19:01:49 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2018-06-23 19:01:49 +0000
commit755629c772b384a0591b25852c0293fcd93a20ea (patch)
tree1d734442862e5d56c50144e67c05cc2d3b8c060f /math/octave-forge-image/Makefile
parent7db1aa2808dff8919b37211fb65381624e3a8f9a (diff)
Notes
Diffstat (limited to 'math/octave-forge-image/Makefile')
-rw-r--r--math/octave-forge-image/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/math/octave-forge-image/Makefile b/math/octave-forge-image/Makefile
index 5a57837e7642..b51f3d0d2869 100644
--- a/math/octave-forge-image/Makefile
+++ b/math/octave-forge-image/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= octave-forge-image
-PORTVERSION= 2.6.2
-PORTREVISION= 2
+PORTVERSION= 2.8.0
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
@@ -14,16 +13,15 @@ LICENSE_NAME= Many different licenses
LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-BROKEN= does not build with octave 4.4.0
-
# OCTSRC is the name of the directory of the package.
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
OCTSRC= ${DISTNAME}
WRKSRC= ${WRKDIR}/${OCTSRC}/src
-USES= compiler:c++0x
+USES= compiler:c++14-lang
GNU_CONFIGURE= yes
+CXXFLAGS+= -fPIC
.include "${.CURDIR}/../../Mk/bsd.octave.mk"