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-engine | |
parent | 3a772b1cb97c80a9f5fd914fe8cdc447da935d76 (diff) |
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-engine')
-rw-r--r-- | math/octave-forge-engine/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/octave-forge-engine/Makefile b/math/octave-forge-engine/Makefile index 73b53aa7b22e..efcf5666e27f 100644 --- a/math/octave-forge-engine/Makefile +++ b/math/octave-forge-engine/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> |