summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-05-31 13:24:06 +0000
committerfrueauf <frueauf>1998-05-31 13:24:06 +0000
commit81dff51938f2f87d4f32b0cbfed3e18e39ba76e9 (patch)
tree938ffd0c24fc86093a74bd1138a275637f611742 /editors
parent7a79c1e4e3035d45d690758fde8cc834319827c7 (diff)
downloadpkgsrc-81dff51938f2f87d4f32b0cbfed3e18e39ba76e9.tar.gz
Add ${MACHINE_GNU_ARCH}--netbsd to CONFIGURE_ARGS to get the homogenous
name scheme for PLIST.
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs20/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile
index 3f13d473d31..47065b13ebb 100644
--- a/editors/xemacs20/Makefile
+++ b/editors/xemacs20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 1998/05/31 12:45:56 frueauf Exp $
+# $NetBSD: Makefile,v 1.24 1998/05/31 13:24:06 frueauf Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp
#
@@ -37,7 +37,8 @@ WITH_MULE= --with-mule
DISTFILES+= xemacs-20.3-mule.tar.gz
.endif
-CONFIGURE_ARGS+=--prefix=${PREFIX} --site-includes=${PREFIX}/include \
+CONFIGURE_ARGS+=${MACHINE_GNU_ARCH}--netbsd --prefix=${PREFIX} \
+ --site-includes=${PREFIX}/include \
${WITH_SOUND} \
--site-libraries=${PREFIX}/lib \
--sitelispdir="${PREFIX}/lib/xemacs/site-lisp ${PREFIX}/share/xemacs/site-lisp" \