diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 2000-06-23 02:33:11 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 2000-06-23 02:33:11 +0000 |
commit | c3a07c18975f38deb8cf2136722503de30f09dc3 (patch) | |
tree | 1262efff59307c0743cd0f6db16ad9f9658c19af /math/octave-devel | |
parent | dd7e084d5eaa49569a8d3eb438303f501f38418e (diff) | |
download | ports-c3a07c18975f38deb8cf2136722503de30f09dc3.tar.gz ports-c3a07c18975f38deb8cf2136722503de30f09dc3.zip |
Tiny modification to silence portlint.
Notes
Notes:
svn path=/head/; revision=29793
Diffstat (limited to 'math/octave-devel')
-rw-r--r-- | math/octave-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |