diff options
author | ade <ade@FreeBSD.org> | 2005-11-14 07:30:10 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2005-11-14 07:30:10 +0800 |
commit | 5bca4987e5b46917f0e679404bf0a94098557b7f (patch) | |
tree | 287d3d21f9b477b245ec709d963c2cc46ff48353 /devel/gettext | |
parent | c214cf76502e1046c7aa3fce0cb22174c4f14251 (diff) | |
download | freebsd-ports-gnome-5bca4987e5b46917f0e679404bf0a94098557b7f.tar.gz freebsd-ports-gnome-5bca4987e5b46917f0e679404bf0a94098557b7f.tar.zst freebsd-ports-gnome-5bca4987e5b46917f0e679404bf0a94098557b7f.zip |
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>
Diffstat (limited to 'devel/gettext')
-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 |