summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-05-31 12:45:56 +0000
committerfrueauf <frueauf>1998-05-31 12:45:56 +0000
commit03eb9b1551398556733b1a26cb82037713076e08 (patch)
tree6e168c176149413fda67d7dd13ae4ad4988c6ef0 /editors
parent10a14fcec3c255876458feac27d4bffe13a0194c (diff)
downloadpkgsrc-03eb9b1551398556733b1a26cb82037713076e08.tar.gz
As the configure script of xemacs20 does not know about a --host option,
don't use GNU_CONFIGURE but HAS_CONFIGURE instead. Add --prefix=${PREFIX} to the CONFIGURE_ARGS.
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs20/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile
index a07e8523d7b..3f13d473d31 100644
--- a/editors/xemacs20/Makefile
+++ b/editors/xemacs20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 1998/05/23 15:42:58 tv Exp $
+# $NetBSD: Makefile,v 1.23 1998/05/31 12:45:56 frueauf Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp
#
@@ -28,7 +28,7 @@ DEPENDS+= jpeg-6a:../../graphics/jpeg
DEPENDS+= Xaw3d-1.3:../../x11/Xaw3d
DEPENDS+= png-0.96:../../graphics/png
-GNU_CONFIGURE= yes
+HAS_CONFIGURE= yes
WITH_DIALOGS= --with-dialogs=athena3d
@@ -37,7 +37,7 @@ WITH_MULE= --with-mule
DISTFILES+= xemacs-20.3-mule.tar.gz
.endif
-CONFIGURE_ARGS+=--site-includes=${PREFIX}/include \
+CONFIGURE_ARGS+=--prefix=${PREFIX} --site-includes=${PREFIX}/include \
${WITH_SOUND} \
--site-libraries=${PREFIX}/lib \
--sitelispdir="${PREFIX}/lib/xemacs/site-lisp ${PREFIX}/share/xemacs/site-lisp" \