diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2012-06-03 20:49:08 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2012-06-03 20:49:08 +0000 |
commit | be44ec14c77de91f8ac86e25372545e0e39e9bcb (patch) | |
tree | 02f82e0b44ef657949f138886a35b8e8175512a2 /math | |
parent | ebc7102d74b3992fbc7bf0f10d8e2b271f2f2199 (diff) | |
download | ports-be44ec14c77de91f8ac86e25372545e0e39e9bcb.tar.gz ports-be44ec14c77de91f8ac86e25372545e0e39e9bcb.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index 6675f0ad0573..edcfa6270a45 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -101,7 +101,7 @@ OPTIONS= \ XRAYLIB "Install package: xraylib" On \ ZENITY "Install package: zenity" On -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if defined(WITH_ACTUARIAL) RUN_DEPENDS+= ${TARBALLS_DIR}/actuarial.tar.gz:${PORTSDIR}/math/octave-forge-actuarial @@ -361,4 +361,4 @@ do-build: do-install: @${DO_NADA} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |