diff options
Diffstat (limited to 'math/octave-forge-optim/Makefile')
-rw-r--r-- | math/octave-forge-optim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/octave-forge-optim/Makefile b/math/octave-forge-optim/Makefile index 8c5c8dbc62c4..0d2c86a932f8 100644 --- a/math/octave-forge-optim/Makefile +++ b/math/octave-forge-optim/Makefile @@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src RUN_DEPENDS+= ${TARBALLS_DIR}/miscellaneous.tar.gz:${PORTSDIR}/math/octave-forge-miscellaneous RUN_DEPENDS+= ${TARBALLS_DIR}/struct.tar.gz:${PORTSDIR}/math/octave-forge-struct +NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: |