summaryrefslogtreecommitdiff
path: root/devel/cdecl
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-02-28 17:41:43 +0000
committerwiz <wiz@pkgsrc.org>2006-02-28 17:41:43 +0000
commitc6000d46e51f472b1bbba4b5b21e93fb61e3e787 (patch)
treee1644c39033ed0aab8b9a838416553a768fca656 /devel/cdecl
parentcf897fd78278a3d88edbec75f51552d7b3898fb2 (diff)
downloadpkgsrc-c6000d46e51f472b1bbba4b5b21e93fb61e3e787.tar.gz
This needs GNU readline, for rl_completion_matches (build fix).
Diffstat (limited to 'devel/cdecl')
-rw-r--r--devel/cdecl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cdecl/Makefile b/devel/cdecl/Makefile
index d76dc0adc4d..abd7b85b385 100644
--- a/devel/cdecl/Makefile
+++ b/devel/cdecl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/04/11 21:45:18 tv Exp $
+# $NetBSD: Makefile,v 1.20 2006/02/28 17:41:43 wiz Exp $
#
DISTNAME= cdecl-2.5
@@ -13,6 +13,8 @@ MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Utility to explain and compose C and C++ declarations
BUILD_TARGET= cdecl
+# missing rl_completion_matches
+USE_GNU_READLINE= yes
EGDIR= ${PREFIX}/share/examples/cdecl