summaryrefslogtreecommitdiff
path: root/lang/f2c
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2009-11-23 15:08:45 +0000
committerasau <asau@pkgsrc.org>2009-11-23 15:08:45 +0000
commitce5653e1b8af06566188b5c900ddb71b244e53c5 (patch)
treece6e78d6b1c73666fe3d6c344eac4d8a1134e7dc /lang/f2c
parent6e6c341974845e3aab442cc8b71a5e748f1a7e3e (diff)
downloadpkgsrc-ce5653e1b8af06566188b5c900ddb71b244e53c5.tar.gz
Fix NetBSD builds now: include bsd.dep.mk, conditionalize bsd.depall.mk.
Diffstat (limited to 'lang/f2c')
-rw-r--r--lang/f2c/files/libf77.mk3
-rw-r--r--lang/f2c/files/libi77.mk3
-rw-r--r--lang/f2c/files/libtool.mk3
3 files changed, 6 insertions, 3 deletions
diff --git a/lang/f2c/files/libf77.mk b/lang/f2c/files/libf77.mk
index 4635a6cabd3..cde8ceacf3b 100644
--- a/lang/f2c/files/libf77.mk
+++ b/lang/f2c/files/libf77.mk
@@ -10,7 +10,8 @@ __initialized__:
.endif
.include <bsd.own.mk>
.include <bsd.obj.mk>
-.include <bsd.depall.mk>
+.include <bsd.dep.mk>
+.-include <bsd.depall.mk>
.MAIN: all
.endif
# .include <bsd.init.mk>
diff --git a/lang/f2c/files/libi77.mk b/lang/f2c/files/libi77.mk
index 35ebda3ff4d..c92a27051e6 100644
--- a/lang/f2c/files/libi77.mk
+++ b/lang/f2c/files/libi77.mk
@@ -10,7 +10,8 @@ __initialized__:
.endif
.include <bsd.own.mk>
.include <bsd.obj.mk>
-.include <bsd.depall.mk>
+.include <bsd.dep.mk>
+.-include <bsd.depall.mk>
.MAIN: all
.endif
# .include <bsd.init.mk>
diff --git a/lang/f2c/files/libtool.mk b/lang/f2c/files/libtool.mk
index 9425d74adca..d6c2ed80463 100644
--- a/lang/f2c/files/libtool.mk
+++ b/lang/f2c/files/libtool.mk
@@ -8,7 +8,8 @@ __initialized__:
.endif
.include <bsd.own.mk>
.include <bsd.obj.mk>
-.include <bsd.depall.mk>
+.include <bsd.dep.mk>
+.-include <bsd.depall.mk>
.MAIN: all
.endif
# .include <bsd.init.mk>