summaryrefslogtreecommitdiff
path: root/math/scilab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/scilab/Makefile')
-rw-r--r--math/scilab/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 55c82897d7d..90bd651de83 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2018/11/12 16:10:24 jaapb Exp $
+# $NetBSD: Makefile,v 1.110 2020/01/26 17:31:40 rillig Exp $
#
DISTNAME= ${SCIBASE}-src
@@ -8,7 +8,7 @@ CATEGORIES= math
MASTER_SITES= http://www.scilab.org/download/4.1/
MAINTAINER= dmcmahill@NetBSD.org
-HOMEPAGE= http://www.scilab.org/
+HOMEPAGE= https://www.scilab.org/
COMMENT= High-level scientific math programming environment with graphics
MAKE_JOBS_SAFE= no
@@ -48,7 +48,7 @@ CONFIGURE_ENV+= LOCALBASE=${LOCALBASE:Q}
# scilab-4.1/routines/os_specific/getarg.c
#
.include "../../mk/compiler.mk"
-. if !empty(FC:Mgfortran) || (defined(PKGSRC_FORTRAN) && !empty(PKGSRC_FORTRAN:Mg95))
+.if !empty(FC:Mgfortran) || (defined(PKGSRC_FORTRAN) && !empty(PKGSRC_FORTRAN:Mg95))
CFLAGS+= -DG95_FORTRAN=1
.endif