summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorgrant <grant>2004-05-31 10:00:42 +0000
committergrant <grant>2004-05-31 10:00:42 +0000
commit57a7eeb0722699afae833adb0c299dc3a40cb094 (patch)
tree1d9ebedadbfde0d9f48665a827cec693be1fe665 /devel
parent8a3a86feddf3adb2494c3fe50fa5f66a7b98e504 (diff)
downloadpkgsrc-57a7eeb0722699afae833adb0c299dc3a40cb094.tar.gz
oops; move _READLINE_H and _READLINE_READLINE_H definitions outside
the conditional as they are needed later on.
Diffstat (limited to 'devel')
-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"; \