diff options
Diffstat (limited to 'math/octave-forge-octproj/Makefile')
-rw-r--r-- | math/octave-forge-octproj/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/math/octave-forge-octproj/Makefile b/math/octave-forge-octproj/Makefile index 2e6eb15371a0..73154f0ccd51 100644 --- a/math/octave-forge-octproj/Makefile +++ b/math/octave-forge-octproj/Makefile @@ -1,6 +1,5 @@ PORTNAME= octave-forge-octproj -PORTVERSION= 3.0.2 -PORTREVISION= 11 +PORTVERSION= 3.1.0 CATEGORIES= math MASTER_SITES= https://bitbucket.org/jgpallero/octproj/downloads/ DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL} @@ -16,9 +15,4 @@ LIB_DEPENDS+= libproj.so:graphics/proj USES= octave -NO_ARCH= yes - -post-patch: - ${REINPLACE_CMD} -e s/CC/MKOCTFILE/ -e s/-Wall// -e s/-Wextra// ${WRKSRC}/Makefile - .include <bsd.port.mk> |