diff options
author | asami <asami@FreeBSD.org> | 1999-09-11 00:46:39 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-09-11 00:46:39 +0000 |
commit | 5388645c53416bddbee9f43ecb79ce70e16847fc (patch) | |
tree | aac63c22e83d9ecca691a8d8ce9c1b8c7018fe64 /math/octave-devel | |
parent | 3e77d485d7f714928b0b1c417107cdbd95f7dbdf (diff) | |
download | FreeBSD-ports-5388645c53416bddbee9f43ecb79ce70e16847fc.zip FreeBSD-ports-5388645c53416bddbee9f43ecb79ce70e16847fc.tar.gz |
Switch back dependency to gnuplot, now that chuckr has fixed it.
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 0e728c7..8ebed25 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> |