summaryrefslogtreecommitdiff
path: root/devel/cdecl
diff options
context:
space:
mode:
authorryoon <ryoon>2013-07-15 02:02:17 +0000
committerryoon <ryoon>2013-07-15 02:02:17 +0000
commit215de6661118c1f3801c16d0a5acdf8153217b64 (patch)
tree7082cd8bccd6e4c222c7d1017f6c4896abcadef6 /devel/cdecl
parentc983d6b497ef6e3b0f873176bc6476b7f100e38f (diff)
downloadpkgsrc-215de6661118c1f3801c16d0a5acdf8153217b64.tar.gz
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
Diffstat (limited to 'devel/cdecl')
-rw-r--r--devel/cdecl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/cdecl/Makefile b/devel/cdecl/Makefile
index 64f01b21181..bed2ccca2cf 100644
--- a/devel/cdecl/Makefile
+++ b/devel/cdecl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2012/10/31 11:16:44 asau Exp $
+# $NetBSD: Makefile,v 1.29 2013/07/15 02:02:20 ryoon Exp $
#
DISTNAME= cdecl-2.5
@@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Utility to explain and compose C and C++ declarations
BUILD_TARGET= cdecl
-# missing rl_completion_matches
-USE_GNU_READLINE= yes
USE_TOOLS+= lex yacc
INSTALL_MAKE_FLAGS= PREFIX=${DESTDIR}${PREFIX} \
MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
@@ -23,5 +21,6 @@ INSTALLATION_DIRS= bin ${EGDIR} ${PKGMANDIR}/man1
post-install:
${INSTALL_DATA} ${WRKSRC}/testset* ${DESTDIR}${EGDIR}
+# missing rl_completion_matches
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"