diff options
Diffstat (limited to 'math/octave-forge-optiminterp/Makefile')
-rw-r--r-- | math/octave-forge-optiminterp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/octave-forge-optiminterp/Makefile b/math/octave-forge-optiminterp/Makefile index 9eace5ce485c..cad2ddf4b32f 100644 --- a/math/octave-forge-optiminterp/Makefile +++ b/math/octave-forge-optiminterp/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-optiminterp -PORTVERSION= 0.3.4 -PORTREVISION= 10 +PORTVERSION= 0.3.5 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -16,9 +15,10 @@ MAKE_JOBS_UNSAFE= yes # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. -OCTSRC= ${OCTAVE_PKGNAME} +OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src +GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" |