diff options
Diffstat (limited to 'math/octave-forge-quaternion/Makefile')
-rw-r--r-- | math/octave-forge-quaternion/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/octave-forge-quaternion/Makefile b/math/octave-forge-quaternion/Makefile index 80a20b43f3db..f282d70b5971 100644 --- a/math/octave-forge-quaternion/Makefile +++ b/math/octave-forge-quaternion/Makefile @@ -14,6 +14,7 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src +NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: |