summaryrefslogtreecommitdiff
path: root/devel/readline
diff options
context:
space:
mode:
authorgrant <grant>2004-05-31 10:00:42 +0000
committergrant <grant>2004-05-31 10:00:42 +0000
commit3ddb1834695ce677f5919e445f8a1fb2d62f2f8a (patch)
tree1d9ebedadbfde0d9f48665a827cec693be1fe665 /devel/readline
parent4b3c4ef2fceec84a10e494ca2677bcbe9313c551 (diff)
downloadpkgsrc-3ddb1834695ce677f5919e445f8a1fb2d62f2f8a.tar.gz
oops; move _READLINE_H and _READLINE_READLINE_H definitions outside
the conditional as they are needed later on.
Diffstat (limited to 'devel/readline')
-rw-r--r--devel/readline/builtin.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/readline/builtin.mk b/devel/readline/builtin.mk
index 4a572474fbc..bab372a5109 100644
--- a/devel/readline/builtin.mk
+++ b/devel/readline/builtin.mk
@@ -1,9 +1,9 @@
-# $NetBSD: builtin.mk,v 1.4 2004/05/31 09:55:36 grant Exp $
+# $NetBSD: builtin.mk,v 1.5 2004/05/31 10:00:42 grant Exp $
-.if !defined(_BLNK_LIBREADLINE_FOUND)
_READLINE_H= /usr/include/readline.h
_READLINE_READLINE_H= /usr/include/readline/readline.h
+.if !defined(_BLNK_LIBREADLINE_FOUND)
_BLNK_LIBREADLINE_FOUND!= \
if [ "`${ECHO} /usr/lib/libreadline.*`" = "/usr/lib/libreadline.*" ]; then \
${ECHO} "no"; \