From a14a87bc6fb53ecd35fdd451ceffd61ac3ea8864 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Wed, 2 Jun 2010 16:23:51 +0000 Subject: A large number of the octave forge ports need version updates. But the new release system they have is creating releases that don't quite fit into the old paradigm. A big difference is that they don't all use configure any more. This moves all the "GNU_CONFIGURE=yes" stuff from bsd.octave.mk to the individual ports. PR: 144512 Submitted by: Stephen Montgomery-Smith (maintainer) --- math/octave-forge-optiminterp/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math/octave-forge-optiminterp') diff --git a/math/octave-forge-optiminterp/Makefile b/math/octave-forge-optiminterp/Makefile index 49c7c89268d1..914b17f65083 100644 --- a/math/octave-forge-optiminterp/Makefile +++ b/math/octave-forge-optiminterp/Makefile @@ -12,6 +12,7 @@ CATEGORIES= math MAINTAINER= stephen@missouri.edu COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +GNU_CONFIGURE= yes .include .include "${PORTSDIR}/Mk/bsd.octave.mk" -- cgit v1.2.3