summaryrefslogtreecommitdiff
path: root/chat/licq-gui-console
diff options
context:
space:
mode:
authorgrant <grant>2003-09-27 17:07:34 +0000
committergrant <grant>2003-09-27 17:07:34 +0000
commitfd74ad5fe7440959a05e75aa5bf46634c0285994 (patch)
tree98d26898906da29a444ed0a29822dcbe33691639 /chat/licq-gui-console
parentfda64c468379ab3df1e1592e1151de5691ca383a (diff)
downloadpkgsrc-fd74ad5fe7440959a05e75aa5bf46634c0285994.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 'chat/licq-gui-console')
-rw-r--r--chat/licq-gui-console/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/licq-gui-console/Makefile b/chat/licq-gui-console/Makefile
index 1ef8c682a9e..c423e9a9777 100644
--- a/chat/licq-gui-console/Makefile
+++ b/chat/licq-gui-console/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/07/22 13:49:38 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2003/09/27 17:07:35 grant Exp $
#
DISTNAME= licq-1.2.6
@@ -20,6 +20,6 @@ WRKSRC= ${WRKDIR:=/${DISTNAME}/plugins/console}
INCOMPAT_CURSES= NetBSD-1.4*-* NetBSD-1.5*-* NetBSD-1.6[-_.]*-* NetBSD-1.6[A-Q]-*
-.include "../../devel/ncurses/buildlink2.mk"
+.include "../../mk/curses.buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"