diff options
Diffstat (limited to 'math/scilab-toolbox-sivp/Makefile')
-rw-r--r-- | math/scilab-toolbox-sivp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/scilab-toolbox-sivp/Makefile b/math/scilab-toolbox-sivp/Makefile index ca2cb7b201ab..24e932ec2ca9 100644 --- a/math/scilab-toolbox-sivp/Makefile +++ b/math/scilab-toolbox-sivp/Makefile @@ -1,4 +1,3 @@ -# Created by: Max Brazhnikov <makc@issp.ac.ru> # $FreeBSD$ PORTNAME= sivp @@ -29,6 +28,7 @@ OPTIONS_DEFINE= HELP OPTIONS_DEFAULT= ${OPTIONS_DEFINE} HELP_DESC= Build help files (requires scilab with gui support) +NO_STAGE= yes .include <bsd.port.options.mk> .if !${PORT_OPTIONS:MHELP} |