diff options
author | joerg <joerg> | 2008-07-14 12:55:56 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-07-14 12:55:56 +0000 |
commit | ea30842945a7da8e04cb190e5ab5845b89a96f2e (patch) | |
tree | 2ac7a0c732963ecca7c542877ebd1c2f939136e3 /misc/lookup | |
parent | fcd856930931649a053e5bae5aa7d42494437faa (diff) | |
download | pkgsrc-ea30842945a7da8e04cb190e5ab5845b89a96f2e.tar.gz |
Mark as destdir ready.
Diffstat (limited to 'misc/lookup')
-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 42305af2995..80f8d98be83 100644 --- a/misc/lookup/Makefile +++ b/misc/lookup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/10/29 13:08:15 uebayasi Exp $ +# $NetBSD: Makefile,v 1.16 2008/07/14 12:56:09 joerg Exp $ # DISTNAME= lookup-1.4.1 @@ -10,6 +10,8 @@ MAINTAINER= uebayasi@NetBSD.org HOMEPAGE= http://openlab.jp/edict/lookup/index.html.ja COMMENT= Electric dictionary agent for Emacs +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= eblook>=1.4:../../textproc/eblook EMACS_VERSIONS_ACCEPTED= emacs22 emacs22nox emacs21 emacs21nox emacs20 xemacs214 xemacs215 |