diff options
author | miwi <miwi@FreeBSD.org> | 2013-06-09 19:16:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-06-09 19:16:07 +0800 |
commit | cf2538c425195a7a5f4f12cd36aee1aa7c41e5c7 (patch) | |
tree | 611a0fb2ce9e892bde147cdb1250a6bbe4a31dcf /math | |
parent | 5940d039c672793636b7d6fe846caa42ba09b6d8 (diff) | |
download | freebsd-ports-gnome-cf2538c425195a7a5f4f12cd36aee1aa7c41e5c7.tar.gz freebsd-ports-gnome-cf2538c425195a7a5f4f12cd36aee1aa7c41e5c7.tar.zst freebsd-ports-gnome-cf2538c425195a7a5f4f12cd36aee1aa7c41e5c7.zip |
- Do not remove directories not created by this port
Reported by: pkg (DEVELOPER_MODE)
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 0d6436a6d7ea..6ad1f3a49cee 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -32,6 +32,7 @@ LIB_DEPENDS= GraphicsMagick:${PORTSDIR}/graphics/GraphicsMagick \ umfpack.1:${PORTSDIR}/math/suitesparse \ glpk:${PORTSDIR}/math/glpk +USES= charsetfix USE_BZIP2= yes USE_PERL5_BUILD=yes USE_GMAKE= yes |