diff options
author | asami <asami@FreeBSD.org> | 1999-09-10 03:21:52 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-09-10 03:21:52 +0000 |
commit | 5ab2a31979520189ac7bd527402b7624ee40c33e (patch) | |
tree | 8aed9c6d91d59abef67ac8e90216084cd63c5231 /math/octave-devel | |
parent | 3800ce7af0fba3bd6aceba6276919a487717ffb9 (diff) | |
download | FreeBSD-ports-5ab2a31979520189ac7bd527402b7624ee40c33e.zip FreeBSD-ports-5ab2a31979520189ac7bd527402b7624ee40c33e.tar.gz |
Change dependency from gnuplot to gnuplot+ (which has already been fixed
to adopt to the new gd). If the gnuplot mainainer can fix it before
the freeze, we'll switch back.
Diffstat (limited to 'math/octave-devel')
-rw-r--r-- | math/octave-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile index 8ebed25..0e728c7 100644 --- a/math/octave-devel/Makefile +++ b/math/octave-devel/Makefile @@ -12,8 +12,8 @@ MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/ MAINTAINER= chuckr@FreeBSD.org -BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot +BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot+ +RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot+ .include <bsd.port.pre.mk> |