summaryrefslogtreecommitdiff
path: root/cad/fasthenry
diff options
context:
space:
mode:
authorabs <abs>2003-06-02 14:05:00 +0000
committerabs <abs>2003-06-02 14:05:00 +0000
commitc1a0cdd7849b0c34b45de0ee305e5bd833038dfa (patch)
treefc2d901142cb1b7955f0e85c7122b66ba07f4ce1 /cad/fasthenry
parent69a5e612556445e007a819d5304576ab08ce827c (diff)
downloadpkgsrc-c1a0cdd7849b0c34b45de0ee305e5bd833038dfa.tar.gz
Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3
is accepted. Suggested by Grant.
Diffstat (limited to 'cad/fasthenry')
-rw-r--r--cad/fasthenry/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/fasthenry/Makefile b/cad/fasthenry/Makefile
index 0423f39f580..6b2b96e5bd5 100644
--- a/cad/fasthenry/Makefile
+++ b/cad/fasthenry/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/03/14 19:37:31 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2003/06/02 14:05:02 abs Exp $
#
DISTNAME= fasthenry-3.0-12Nov96
@@ -40,7 +40,7 @@ MAKE_ENV+= LIBS="${LIBS}"
.endif
.if (${MACHINE_ARCH} == "arm32")
-. include "../../lang/gcc/buildlink2.mk"
+. include "../../mk/gcc.buildlink2.mk"
.endif
.include "../../mk/bsd.pkg.mk"