diff options
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" |