diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-11-04 20:54:55 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-11-04 20:54:55 +0000 |
commit | ebb7c8c54bf5d16c5c6798694c6d46767edc5de8 (patch) | |
tree | f5e36d809a5eaedd8924e9a3b5471cc170906cf1 /math | |
parent | 4918cf0e6fa65cc1eb16c79e1b4dd53b5781948e (diff) | |
download | ports-ebb7c8c54bf5d16c5c6798694c6d46767edc5de8.tar.gz ports-ebb7c8c54bf5d16c5c6798694c6d46767edc5de8.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-fpl/Makefile | 10 | ||||
-rw-r--r-- | math/octave-forge/Makefile | 2 |
2 files changed, 4 insertions, 8 deletions
diff --git a/math/octave-forge-fpl/Makefile b/math/octave-forge-fpl/Makefile index 6727dc1e5f56..adff57699e6c 100644 --- a/math/octave-forge-fpl/Makefile +++ b/math/octave-forge-fpl/Makefile @@ -7,16 +7,14 @@ PORTNAME= octave-forge-fpl PORTVERSION= 0.1.3 -CATEGORIES= math +PORTREVISION= 1 +CATEGORIES= math MAINTAINER= stephen@math.missouri.edu -COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} -.include <bsd.port.pre.mk> - -.if ${ARCH} != "amd64" && ${ARCH} != "sparc64" RUN_DEPENDS+= dx:${PORTSDIR}/graphics/opendx -.endif +.include <bsd.port.pre.mk> .include "${PORTSDIR}/Mk/bsd.octave.mk" .include <bsd.port.post.mk> diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index 8b4747c9cc03..91a4dd2b7c80 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -21,8 +21,6 @@ COMMENT= Octave-forge metaport for math/octave # work on these, I would appreciate it. # * vrml builds, but is non functional, as it depends on freewrl, which is # not yet available on FreeBSD. -# * fpl builds, but will not function on amd64 or sparc64, as it depends on -# opendx, which does not build on those architectures. OPTIONS= \ ANN "Install package: ann" On \ |