diff options
author | miwi <miwi@FreeBSD.org> | 2010-06-03 00:23:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-06-03 00:23:51 +0800 |
commit | a108569b74d4423e39148b87b6a3597477d80495 (patch) | |
tree | c7b670e61b32c7ff85da75a08afdfd3bd622eb81 /math/octave-forge-nan | |
parent | f4f84f53502f9f3894f66059680f609db1224529 (diff) | |
download | freebsd-ports-gnome-a108569b74d4423e39148b87b6a3597477d80495.tar.gz freebsd-ports-gnome-a108569b74d4423e39148b87b6a3597477d80495.tar.zst freebsd-ports-gnome-a108569b74d4423e39148b87b6a3597477d80495.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)
Diffstat (limited to 'math/octave-forge-nan')
-rw-r--r-- | math/octave-forge-nan/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/octave-forge-nan/Makefile b/math/octave-forge-nan/Makefile index bc204f1882e1..fc9ca4e3d949 100644 --- a/math/octave-forge-nan/Makefile +++ b/math/octave-forge-nan/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" |