summaryrefslogtreecommitdiff
path: root/editors/xemacs-current/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-29 06:31:25 +0000
committerjlam <jlam>2002-09-29 06:31:25 +0000
commit75e2094adcc8b990efe7f543d4d6cf7c607637f0 (patch)
treedc2ba29ffaeffd2972d4a8aabaababe6e9c3ee2d /editors/xemacs-current/Makefile
parent95bfdcc6fd8bc3db5bdf4bcd11bf0ec55378006b (diff)
downloadpkgsrc-75e2094adcc8b990efe7f543d4d6cf7c607637f0.tar.gz
Use gcc/buildlink2.mk instead of Makefile.gcc
Diffstat (limited to 'editors/xemacs-current/Makefile')
-rw-r--r--editors/xemacs-current/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile
index c87065d2f8e..6b33d838f1e 100644
--- a/editors/xemacs-current/Makefile
+++ b/editors/xemacs-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2002/09/21 11:56:47 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2002/09/29 06:31:25 jlam Exp $
DISTNAME= xemacs-21.5.5
CATEGORIES= editors
@@ -17,7 +17,7 @@ PLIST_SUBST+= EMACSVER=xemacs-21.5-b5
MESSAGE_SUBST+= EMACSVER=xemacs-21.5-b5
.if (${MACHINE_ARCH} == "arm32")
-. include "../../lang/gcc/Makefile.gcc"
+. include "../../lang/gcc/buildlink2.mk"
.endif
.include "../../mk/bsd.prefs.mk"