diff options
Diffstat (limited to 'math/octave-forge-image/Makefile')
-rw-r--r-- | math/octave-forge-image/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/octave-forge-image/Makefile b/math/octave-forge-image/Makefile index 85e1116e21c3..f9abe718eec9 100644 --- a/math/octave-forge-image/Makefile +++ b/math/octave-forge-image/Makefile @@ -1,5 +1,5 @@ PORTNAME= octave-forge-image -PORTVERSION= 2.16.1 +PORTVERSION= 2.18.0 CATEGORIES= math MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL} @@ -13,9 +13,8 @@ LICENSE_NAME= Many different licenses LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= compiler:c++14-lang octave +USES= octave GNU_CONFIGURE= yes -CXXFLAGS+= -fPIC .include <bsd.port.mk> |