pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/octave



Module Name:    pkgsrc
Committed By:   joerg
Date:           Tue Jul 17 15:07:19 UTC 2018

Modified Files:
        pkgsrc/math/octave: Makefile

Log Message:
Revert hard-coded PKGSRC_FORTRAN setting. g95 is perfectly fine here.


To generate a diff of this commit:
cvs rdiff -u -r1.171 -r1.172 pkgsrc/math/octave/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/octave/Makefile
diff -u pkgsrc/math/octave/Makefile:1.171 pkgsrc/math/octave/Makefile:1.172
--- pkgsrc/math/octave/Makefile:1.171   Tue Jul 17 09:55:36 2018
+++ pkgsrc/math/octave/Makefile Tue Jul 17 15:07:19 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.171 2018/07/17 09:55:36 maya Exp $
+# $NetBSD: Makefile,v 1.172 2018/07/17 15:07:19 joerg Exp $
 
 DISTNAME=      octave-4.2.0
 PKGREVISION=   26
@@ -25,7 +25,6 @@ USE_TOOLS+=           autoconf gsed gmake:run per
 GNU_CONFIGURE=         yes
 
 USE_LANGUAGES=         c c++ fortran77
-PKGSRC_FORTRAN=                gfortran
 
 # needed for loading of shared objects such as those in the
 # octave-forge package or user written ones compiled with mkoctfile



Home | Main Index | Thread Index | Old Index