diff options
author | tv <tv@pkgsrc.org> | 2005-02-09 20:37:08 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-02-09 20:37:08 +0000 |
commit | b3a1e5d99ae9d94fea398c28922584b20870614e (patch) | |
tree | 71bd3d7a9050508633b8da0c082ed47e4aa98f05 /games/minami/Makefile | |
parent | 1c3a0125405b9aeaf842c43936f5a24ad4f23af8 (diff) | |
download | pkgsrc-b3a1e5d99ae9d94fea398c28922584b20870614e.tar.gz |
Make build on Interix.
Fix from HIRAMATSU Yoshifumi <hiramatu@boreas.dti.ne.jp> in PR pkg/29247.
Diffstat (limited to 'games/minami/Makefile')
-rw-r--r-- | games/minami/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/minami/Makefile b/games/minami/Makefile index a1de4cf86a4..48b1584407b 100644 --- a/games/minami/Makefile +++ b/games/minami/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/04/18 05:03:04 snj Exp $ +# $NetBSD: Makefile,v 1.6 2005/02/09 20:37:08 tv Exp $ # DISTNAME= minami-1.0.2 @@ -16,5 +16,6 @@ REPLACE_PERL= gen_act gen_dun gen_itm gen_scn minflag do-install: ${INSTALL_PROGRAM} ${WRKSRC}/minami ${PREFIX}/bin +.include "../../devel/readline/buildlink3.mk" .include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |