diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-12-17 20:59:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-12-17 20:59:02 +0800 |
commit | 5c98ce0d20a726fde28bd8bcdeaada6a02cf2e57 (patch) | |
tree | 0bebaa84ddae1cfc45452c38beaceea07aca1ada /math | |
parent | 80a077ab1042129eff5ae6b3c8e50beb84c425aa (diff) | |
download | freebsd-ports-gnome-5c98ce0d20a726fde28bd8bcdeaada6a02cf2e57.tar.gz freebsd-ports-gnome-5c98ce0d20a726fde28bd8bcdeaada6a02cf2e57.tar.zst freebsd-ports-gnome-5c98ce0d20a726fde28bd8bcdeaada6a02cf2e57.zip |
- Use USES=makeinfo instead of hard-coded BUILD_DEPENDS
- Update RUN_DEPENDS: remove redundant LOCALBASE/bin
Approved by: portmgr (blanket)
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 70fca5e28b32..1ca971169980 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -14,11 +14,10 @@ LICENSE= GPLv3 BUILD_DEPENDS= gnuplot:math/gnuplot \ ${LOCALBASE}/bin/gperf:devel/gperf \ - gsed:textproc/gsed \ - ${LOCALBASE}/bin/makeinfo:print/texinfo + gsed:textproc/gsed RUN_DEPENDS= gnuplot:math/gnuplot \ gsed:textproc/gsed \ - ${LOCALBASE}/bin/makeinfo:print/texinfo + makeinfo:print/texinfo LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick \ libarpack.so:math/arpack \ libcurl.so:ftp/curl \ @@ -37,7 +36,7 @@ LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= charsetfix fortran gmake libtool perl5 pkgconfig readline tar:xz +USES= charsetfix fortran gmake libtool makeinfo perl5 pkgconfig readline tar:xz USE_LDCONFIG= yes USE_PERL5= build USE_TEX= dvipsk:build |