diff options
author | roy <roy@pkgsrc.org> | 2017-01-04 22:19:17 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2017-01-04 22:19:17 +0000 |
commit | ada489779a6fcabc220c42236ebfd118fa6ebe70 (patch) | |
tree | a1ae3fa03c45d5fae491e08446074ecb59e45fd7 /misc/rlwrap | |
parent | 74cf3ce9650ea7ebba55dae6e64458c2ae5db7d4 (diff) | |
download | pkgsrc-ada489779a6fcabc220c42236ebfd118fa6ebe70.tar.gz |
Use the curses framework.
Diffstat (limited to 'misc/rlwrap')
-rw-r--r-- | misc/rlwrap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/rlwrap/Makefile b/misc/rlwrap/Makefile index 3f9b02ba41c..af4ad87a50b 100644 --- a/misc/rlwrap/Makefile +++ b/misc/rlwrap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2016/07/09 06:38:37 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2017/01/04 22:19:17 roy Exp $ # DISTNAME= rlwrap-0.42 @@ -32,7 +32,7 @@ REPLACE_PERL+= filters/unbackspace TEST_TARGET= check .include "options.mk" -.include "../../devel/ncurses/buildlink3.mk" BUILDLINK_API_DEPENDS.readline+=readline>=4.2 .include "../../devel/readline/buildlink3.mk" +.include "../../mk/curses.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |