summaryrefslogtreecommitdiff
path: root/mk/compiler/g95.mk
diff options
context:
space:
mode:
authorasau <asau>2010-07-30 07:58:58 +0000
committerasau <asau>2010-07-30 07:58:58 +0000
commit9a8277ca9a73d4651eaa8ebe6a00c38a9f25fed0 (patch)
tree1a0b804c0309d312169765ffc10f99b1aaed0260 /mk/compiler/g95.mk
parent7b16a62a12f4555b7a8b10d869ed87888cba2af9 (diff)
downloadpkgsrc-9a8277ca9a73d4651eaa8ebe6a00c38a9f25fed0.tar.gz
Implement "fortran77" as alias for "fortran".
Diffstat (limited to 'mk/compiler/g95.mk')
-rw-r--r--mk/compiler/g95.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/compiler/g95.mk b/mk/compiler/g95.mk
index 07add970167..388da5e926c 100644
--- a/mk/compiler/g95.mk
+++ b/mk/compiler/g95.mk
@@ -1,4 +1,4 @@
-# $NetBSD: g95.mk,v 1.1 2009/07/08 21:17:16 markd Exp $
+# $NetBSD: g95.mk,v 1.2 2010/07/30 07:58:59 asau Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -54,7 +54,7 @@ _USE_G95= NO
# _LANGUAGES.<compiler> is ${LANGUAGES.<compiler>} restricted to the ones
# requested by the package in USE_LANGUAGES.
#
-LANGUAGES.g95= fortran
+LANGUAGES.g95= fortran fortran77
_LANGUAGES.g95= # empty
.for _lang_ in ${USE_LANGUAGES}
_LANGUAGES.g95+= ${LANGUAGES.g95:M${_lang_}}