summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2015-09-11 15:23:21 +0000
committerjperkin <jperkin@pkgsrc.org>2015-09-11 15:23:21 +0000
commit2ad314d9b11fb035ec9a73d95500db3d20511481 (patch)
tree0243e5aad5849e8c1bf2ffd40f1ceaaf052e95e8 /mk
parent480c85f534e5c716eac9e56f6b01dc25c04b9544 (diff)
downloadpkgsrc-2ad314d9b11fb035ec9a73d95500db3d20511481.tar.gz
Ensure the dependency is satisfied by gcc48 rather than potentially pulling
in the gcc48-libs package which isn't supported at this time.
Diffstat (limited to 'mk')
-rw-r--r--mk/compiler/gfortran.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/mk/compiler/gfortran.mk b/mk/compiler/gfortran.mk
index 4713c3f0bb6..f1c77a17c46 100644
--- a/mk/compiler/gfortran.mk
+++ b/mk/compiler/gfortran.mk
@@ -1,4 +1,4 @@
-# $NetBSD: gfortran.mk,v 1.6 2015/09/10 19:52:57 jperkin Exp $
+# $NetBSD: gfortran.mk,v 1.7 2015/09/11 15:23:21 jperkin Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -90,8 +90,7 @@ PREPEND_PATH+= ${_GFORTRAN_DIR}/bin
. endif
# Add the dependency on gfortran.
-_GCC_REQD= 4.8
-_USE_GCC_SHLIB?= yes
+BUILDLINK_DEPMETHOD.gcc48= full
. include "../../lang/gcc48/buildlink3.mk"
. if defined(GFORTRAN_DIR) && !empty(GFORTRAN_DIR)