diff options
Diffstat (limited to 'net/tn5250/Makefile')
-rw-r--r-- | net/tn5250/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tn5250/Makefile b/net/tn5250/Makefile index e39d8171152..714e91d28d9 100644 --- a/net/tn5250/Makefile +++ b/net/tn5250/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/09/27 17:07:38 grant Exp $ +# $NetBSD: Makefile,v 1.13 2003/09/28 09:13:58 jlam Exp $ # DISTNAME= tn5250-0.12.51 @@ -13,5 +13,5 @@ COMMENT= Implementation of the IBM 5250 telnet protocol GNU_CONFIGURE= YES USE_BUILDLINK2= YES -.include "../../mk/curses.buildlink2.mk" +.include "../../devel/ncurses/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |