diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-05-31 12:45:56 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-05-31 12:45:56 +0000 |
commit | 1c4cc879993d5e107085f1cc1150da63e5365be5 (patch) | |
tree | 6e168c176149413fda67d7dd13ae4ad4988c6ef0 /editors | |
parent | a0ecf49090f48a2d0fa7db504070d3cac9b7a2b9 (diff) | |
download | pkgsrc-1c4cc879993d5e107085f1cc1150da63e5365be5.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/Makefile | 6 |
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" \ |