diff options
author | chuckr <chuckr@FreeBSD.org> | 2000-06-23 10:33:11 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 2000-06-23 10:33:11 +0800 |
commit | 7072c0b28d76775f83d9379d023569c44c9a82e7 (patch) | |
tree | da5e23a7809346671bf1abbe3c095ab90c4e2cc1 /math/octave/Makefile | |
parent | b7dfcf507a57e23198a3daa816e366a4af466fb0 (diff) | |
download | freebsd-ports-graphics-7072c0b28d76775f83d9379d023569c44c9a82e7.tar.gz freebsd-ports-graphics-7072c0b28d76775f83d9379d023569c44c9a82e7.tar.zst freebsd-ports-graphics-7072c0b28d76775f83d9379d023569c44c9a82e7.zip |
Tiny modification to silence portlint.
Diffstat (limited to 'math/octave/Makefile')
-rw-r--r-- | math/octave/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 7fe07b5a8ca..6a14a1d9069 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -10,10 +10,10 @@ PORTVERSION= 2.1.30 CATEGORIES= math MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/bleeding-edge/ \ ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/ -USE_BZIP2= yes MAINTAINER= chuckr@FreeBSD.org +USE_BZIP2= yes BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot |