From ebb7c8c54bf5d16c5c6798694c6d46767edc5de8 Mon Sep 17 00:00:00 2001 From: Thomas Abthorpe Date: Tue, 4 Nov 2008 20:54:55 +0000 Subject: [PATCH] - Include dependancy on graphics/opendx for amd/sparc64 PR: ports/128378 Submitted by: Stephen Montgomery-Smith (maintainer) --- math/octave-forge-fpl/Makefile | 12 +++++------- math/octave-forge/Makefile | 2 -- 2 files changed, 5 insertions(+), 9 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} + +RUN_DEPENDS+= dx:${PORTSDIR}/graphics/opendx .include - -.if ${ARCH} != "amd64" && ${ARCH} != "sparc64" -RUN_DEPENDS+= dx:${PORTSDIR}/graphics/opendx -.endif - .include "${PORTSDIR}/Mk/bsd.octave.mk" .include 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 \