diff options
author | tron <tron@pkgsrc.org> | 2008-01-17 09:14:51 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-01-17 09:14:51 +0000 |
commit | 18641505d03bb5bcea6683af6f172d7388f99028 (patch) | |
tree | 3125a742a38c912943684269615f965a366efdd0 /devel/libidn | |
parent | e1a7e155da0bf875689d37af54dced152a2dd801 (diff) | |
download | pkgsrc-18641505d03bb5bcea6683af6f172d7388f99028.tar.gz |
Sabotage attempts to find "emacs". We don't want the package to randomly
install ".elc" files and the configure test hangs with Mac OS X's "emacs".
Diffstat (limited to 'devel/libidn')
-rw-r--r-- | devel/libidn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index e713aca1984..e934fe3e119 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2008/01/15 22:43:00 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2008/01/17 09:14:51 tron Exp $ DISTNAME= libidn-1.4 CATEGORIES= devel @@ -18,6 +18,7 @@ USE_TOOLS+= makeinfo pkg-config perl:build TEXINFO_REQD= 4.1 GNU_CONFIGURE= yes INFO_FILES= yes +CONFIGURE_ENV+= EMACS=${FALSE} PKGCONFIG_OVERRIDE+= libidn.pc.in TEST_TARGET= check |