diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-20 04:44:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-20 04:44:59 +0000 |
commit | 9ef400c6e215559d8fd66e0aa6c47a19f4ba7b60 (patch) | |
tree | ea8874a2c312bbbef931d8a45577d880f55730c4 /net/tn5250/Makefile | |
parent | e26d6029b6dbcc1e7f0643c036c2d51b226c39e1 (diff) | |
download | pkgsrc-9ef400c6e215559d8fd66e0aa6c47a19f4ba7b60.tar.gz |
Convert to use buildlink.mk files for ncurses dependency. Remove
check for __NetBSD__ and refer to ncurses header as <ncurses.h>.
Diffstat (limited to 'net/tn5250/Makefile')
-rw-r--r-- | net/tn5250/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/net/tn5250/Makefile b/net/tn5250/Makefile index 509d092cd9e..e983e162312 100644 --- a/net/tn5250/Makefile +++ b/net/tn5250/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/06/11 06:34:47 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2001/06/20 04:44:59 jlam Exp $ # DISTNAME= tn5250-0.12.51 @@ -10,13 +10,7 @@ HOMEPAGE= http://www.linux-sna.org/software/5250/ COMMENT= Implementation of the IBM 5250 telnet protocol GNU_CONFIGURE= YES -USE_CURSES= YES -REPLACE_NCURSES= ${WRKSRC}/cursesterm.cc ${WRKSRC}/configure - -.include "../../mk/bsd.prefs.mk" - -.if ${NEED_NCURSES} == "YES" -CPPFLAGS+= -I${LOCALBASE}/include -.endif +USE_BUILDLINK_ONLY= YES +.include "../../devel/ncurses/buildlink.mk" .include "../../mk/bsd.pkg.mk" |