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 | |
parent | b7dfcf507a57e23198a3daa816e366a4af466fb0 (diff) | |
download | freebsd-ports-gnome-7072c0b28d76775f83d9379d023569c44c9a82e7.tar.gz freebsd-ports-gnome-7072c0b28d76775f83d9379d023569c44c9a82e7.tar.zst freebsd-ports-gnome-7072c0b28d76775f83d9379d023569c44c9a82e7.zip |
Tiny modification to silence portlint.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-devel/Makefile | 2 | ||||
-rw-r--r-- | math/octave/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile index 7fe07b5a8cac..6a14a1d90690 100644 --- a/math/octave-devel/Makefile +++ b/math/octave-devel/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 diff --git a/math/octave/Makefile b/math/octave/Makefile index 7fe07b5a8cac..6a14a1d90690 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 |