From fafd95fb4eb2ec40b2fb0cc98f49d596e168ff67 Mon Sep 17 00:00:00 2001 From: reed Date: Mon, 8 Dec 2003 21:48:09 +0000 Subject: The libraries installed are linked to curses library (as seen on NetBSD and Linux). On a non-NetBSD sysrtem, kdepim3 failed to build because was missing libncurses.la file. I did not bump any PKGREVISIONs, because under my tests either it worked fine before, because libcurses was part of base OS, or the packages didn't build in the first place. --- comms/pilot-link-libs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'comms/pilot-link-libs/Makefile') diff --git a/comms/pilot-link-libs/Makefile b/comms/pilot-link-libs/Makefile index aa521ef8ce7..3928e101296 100644 --- a/comms/pilot-link-libs/Makefile +++ b/comms/pilot-link-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/13 13:50:52 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2003/12/08 21:48:09 reed Exp $ # .include "../../comms/pilot-link/Makefile.common" @@ -19,6 +19,7 @@ BUILD_DIRS+= ${WRKSRC}/libpisock BUILD_DIRS+= ${WRKSRC}/libpisock++ BUILD_DIRS+= ${WRKSRC}/libpisync +.include "../../devel/ncurses/buildlink2.mk" .include "../../converters/libiconv/buildlink2.mk" .include "../../devel/readline/buildlink2.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3