aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-missing-functions
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-06-02 16:23:51 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-06-02 16:23:51 +0000
commita14a87bc6fb53ecd35fdd451ceffd61ac3ea8864 (patch)
tree3091a639084f0ceff07fe246a34a1fbd2d100009 /math/octave-forge-missing-functions
parent3a772b1cb97c80a9f5fd914fe8cdc447da935d76 (diff)
downloadports-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-missing-functions')
-rw-r--r--math/octave-forge-missing-functions/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/octave-forge-missing-functions/Makefile b/math/octave-forge-missing-functions/Makefile
index 84a6626fc6ef..df5a12be10d6 100644
--- a/math/octave-forge-missing-functions/Makefile
+++ b/math/octave-forge-missing-functions/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"