diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-29 06:31:25 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-29 06:31:25 +0000 |
commit | 86d2ce94185c028ef9fc2e7d830f1c139957ce61 (patch) | |
tree | dc2ba29ffaeffd2972d4a8aabaababe6e9c3ee2d /editors | |
parent | e2e5fd23aadbb5e58e30748d5dfaf805c1cbf2d6 (diff) | |
download | pkgsrc-86d2ce94185c028ef9fc2e7d830f1c139957ce61.tar.gz |
Use gcc/buildlink2.mk instead of Makefile.gcc
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-current/Makefile | 4 |
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" |