From 5bca4987e5b46917f0e679404bf0a94098557b7f Mon Sep 17 00:00:00 2001 From: ade Date: Sun, 13 Nov 2005 23:30:10 +0000 Subject: Unconditionally disable the installation of the start-po.el emacs lisp file, regardless of whether emacs or xemacs is installed. PR: 87956 Submitted by: NIIMI Satoshi --- devel/gettext/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index 3994e7056c10..6dcf502d60dc 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -26,7 +26,8 @@ CONFIGURE_ENV= ACLOCAL="${TRUE}" \ AUTOHEADER="${TRUE}" \ MAKEINFO="makeinfo --no-split" \ CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" \ + EMACS="no" CONFIGURE_ARGS= --disable-csharp \ --mandir=${PREFIX}/man INSTALLS_SHLIB= yes -- cgit