diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-06-02 16:23:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-06-02 16:23:51 +0000 |
commit | a14a87bc6fb53ecd35fdd451ceffd61ac3ea8864 (patch) | |
tree | 3091a639084f0ceff07fe246a34a1fbd2d100009 /math/octave-forge-optiminterp | |
parent | 3a772b1cb97c80a9f5fd914fe8cdc447da935d76 (diff) | |
download | ports-a14a87bc6fb53ecd35fdd451ceffd61ac3ea8864.tar.gz ports-a14a87bc6fb53ecd35fdd451ceffd61ac3ea8864.zip |
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 <stephen@missouri.edu> (maintainer)
Notes
Notes:
svn path=/head/; revision=255554
Diffstat (limited to 'math/octave-forge-optiminterp')
-rw-r--r-- | math/octave-forge-optiminterp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 <bsd.port.pre.mk> .include "${PORTSDIR}/Mk/bsd.octave.mk" |