summaryrefslogtreecommitdiff
path: root/misc/reed
diff options
context:
space:
mode:
authorjlam <jlam>2001-09-12 06:47:16 +0000
committerjlam <jlam>2001-09-12 06:47:16 +0000
commit6b4e6729627b415f1c3f883417895600da3af027 (patch)
tree7ef4abd4cdb1ae1cb7f12a2726890de2f9d68436 /misc/reed
parent81e5424ea21b64a6b0c221361419e3dc8ac5c7b8 (diff)
downloadpkgsrc-6b4e6729627b415f1c3f883417895600da3af027.tar.gz
src/util.c expects wgetnstr to be in the curses library, so require
ncurses through ncurses/buildlink.mk. -current systems are unaffected by this change, but 1.5.x and lower should now use devel/ncurses to build reed.
Diffstat (limited to 'misc/reed')
-rw-r--r--misc/reed/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/reed/Makefile b/misc/reed/Makefile
index 1dd6c82b368..1f1c135b421 100644
--- a/misc/reed/Makefile
+++ b/misc/reed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/09/02 20:13:28 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2001/09/12 06:47:16 jlam Exp $
DISTNAME= reed-4.6
CATEGORIES= misc
@@ -12,4 +12,5 @@ GNU_CONFIGURE= YES
USE_BUILDLINK_ONLY= YES
REPLACE_PERL= scripts/breed scripts/wrap
+.include "../../devel/ncurses/buildlink.mk"
.include "../../mk/bsd.pkg.mk"