summaryrefslogtreecommitdiff
path: root/net/wap-utils
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-09-27 17:07:34 +0000
committergrant <grant@pkgsrc.org>2003-09-27 17:07:34 +0000
commit7a71199b50dc0a407152f447b1b30e018a204b91 (patch)
tree98d26898906da29a444ed0a29822dcbe33691639 /net/wap-utils
parent1f409dd46ac0eb5ce3a7aa3a423944348840ad52 (diff)
downloadpkgsrc-7a71199b50dc0a407152f447b1b30e018a204b91.tar.gz
move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
Diffstat (limited to 'net/wap-utils')
-rw-r--r--net/wap-utils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wap-utils/Makefile b/net/wap-utils/Makefile
index b794714c6bd..1576ac3a1bc 100644
--- a/net/wap-utils/Makefile
+++ b/net/wap-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/13 13:53:01 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2003/09/27 17:07:38 grant Exp $
#
DISTNAME= ap-utils-1.3.2
@@ -17,5 +17,5 @@ USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
USE_NCURSES= # redrawwin()
-.include "../../devel/ncurses/buildlink2.mk"
+.include "../../mk/curses.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"