diff options
author | dholland <dholland@pkgsrc.org> | 2011-07-03 08:09:49 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-07-03 08:09:49 +0000 |
commit | 32c4facd13befd06a192075ad0001eff4a003751 (patch) | |
tree | 8cf4a7cb7302fbe27be5e4599b56e77c78559a4d /misc | |
parent | 434d4769f85e33ca90735fdf6cb7ba8aafd17e5d (diff) | |
download | pkgsrc-32c4facd13befd06a192075ad0001eff4a003751.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/lookup/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/lookup/Makefile b/misc/lookup/Makefile index 59af5f56e9b..b272b624a76 100644 --- a/misc/lookup/Makefile +++ b/misc/lookup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2009/08/06 01:44:54 minskim Exp $ +# $NetBSD: Makefile,v 1.21 2011/07/03 08:09:49 dholland Exp $ # DISTNAME= lookup-1.4.1 @@ -13,6 +13,8 @@ COMMENT= Electric dictionary agent for Emacs PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + DEPENDS+= eblook>=1.4:../../textproc/eblook EMACS_VERSIONS_ACCEPTED= emacs23 emacs22 emacs22nox emacs21 emacs21nox emacs20 xemacs214 xemacs215 |