summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorreed <reed>2003-12-08 21:48:09 +0000
committerreed <reed>2003-12-08 21:48:09 +0000
commit1cf03813be87d99326665f62a00b88b44d99f34d (patch)
tree4dc508372942baee47cb1629304df3b15ac4239d /comms
parent37ed1248d72933aaa6ec236993d991b366348324 (diff)
downloadpkgsrc-1cf03813be87d99326665f62a00b88b44d99f34d.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')
-rw-r--r--comms/pilot-link-libs/Makefile3
-rw-r--r--comms/pilot-link-libs/buildlink2.mk3
2 files changed, 4 insertions, 2 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"
diff --git a/comms/pilot-link-libs/buildlink2.mk b/comms/pilot-link-libs/buildlink2.mk
index a66a245a185..199068ffc9e 100644
--- a/comms/pilot-link-libs/buildlink2.mk
+++ b/comms/pilot-link-libs/buildlink2.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink2.mk,v 1.5 2003/07/13 13:50:52 wiz Exp $
+# $NetBSD: buildlink2.mk,v 1.6 2003/12/08 21:48:09 reed Exp $
.if !defined(PILOT_LINK_LIBS_BUILDLINK2_MK)
PILOT_LINK_LIBS_BUILDLINK2_MK= # defined
@@ -14,6 +14,7 @@ BUILDLINK_FILES.pilot-link-libs+= lib/libpisock++.*
BUILDLINK_FILES.pilot-link-libs+= lib/libpisock.*
BUILDLINK_FILES.pilot-link-libs+= lib/libpisync.*
+.include "../../devel/ncurses/buildlink2.mk"
.include "../../converters/libiconv/buildlink2.mk"
.include "../../devel/readline/buildlink2.mk"