diff options
author | Ade Lovett <ade@FreeBSD.org> | 2005-11-13 23:30:10 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2005-11-13 23:30:10 +0000 |
commit | 05a80eb33dfb7567544748b30c3ead06966780ba (patch) | |
tree | 2aaebb26f6a68b3bf7b85d960a0bfef619d5d17d | |
parent | Update to 1.4.4 (diff) |
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 <sa2c@sa2c.net>
Notes
Notes:
svn path=/head/; revision=148175
-rw-r--r-- | devel/gettext/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |