summaryrefslogtreecommitdiff
path: root/comms/pilot-link-libs/Makefile
diff options
context:
space:
mode:
authorreed <reed>2003-12-08 21:48:09 +0000
committerreed <reed>2003-12-08 21:48:09 +0000
commitfafd95fb4eb2ec40b2fb0cc98f49d596e168ff67 (patch)
tree4dc508372942baee47cb1629304df3b15ac4239d /comms/pilot-link-libs/Makefile
parent35595a5e43e8fb83908412d5a945ba3e3e6030fd (diff)
downloadpkgsrc-fafd95fb4eb2ec40b2fb0cc98f49d596e168ff67.tar.gz
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.
Diffstat (limited to 'comms/pilot-link-libs/Makefile')
-rw-r--r--comms/pilot-link-libs/Makefile3
1 files changed, 2 insertions, 1 deletions
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"