diff options
-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 |