diff options
author | jlam <jlam> | 2005-05-15 22:02:26 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-15 22:02:26 +0000 |
commit | d30eb875816456abc7e5be617dcc8b35e38dea4e (patch) | |
tree | 1aa735e6251ac272d7198f63944989a6aed07e6c /misc/kdrill/Makefile | |
parent | d703b691caa570ce0f4bb08be4e084d9bd4c6d99 (diff) | |
download | pkgsrc-d30eb875816456abc7e5be617dcc8b35e38dea4e.tar.gz |
Note where gzip or gunzip is required by the package since it isn't
required by default any longer in bsd.pkg.mk under the new tools
framework.
Diffstat (limited to 'misc/kdrill/Makefile')
-rw-r--r-- | misc/kdrill/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/kdrill/Makefile b/misc/kdrill/Makefile index aafdc0a077d..51f07db22b6 100644 --- a/misc/kdrill/Makefile +++ b/misc/kdrill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/04/11 21:46:35 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/05/15 22:02:27 jlam Exp $ # DISTNAME= kdrill5.11.6 @@ -14,7 +14,8 @@ COMMENT= Kanji quiz and japanese dictionary DEPENDS+= edict-[0-9]*:../../misc/edict DEPENDS+= kanjidic-[0-9]*:../../misc/kanjidic -USE_IMAKE= yes +USE_IMAKE= yes +PKGSRC_USE_TOOLS+= gzip post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/kdrill |