aboutsummaryrefslogtreecommitdiff
path: root/lib/bind/isccc
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2004-09-24 18:42:05 +0000
committerDoug Barton <dougb@FreeBSD.org>2004-09-24 18:42:05 +0000
commita2af6bc2597f41b8108f6add4e2a57eaa7482b35 (patch)
tree8fb8408bc976448290b2a17f9c4bc02cf4521664 /lib/bind/isccc
parent6ac6319b32b07237b7e578a66084a1707104eb1e (diff)
downloadsrc-a2af6bc2597f41b8108f6add4e2a57eaa7482b35.tar.gz
src-a2af6bc2597f41b8108f6add4e2a57eaa7482b35.zip
Fix the WANT_BIND_LIBS knob by correctly spelling it as WITH_BIND_LIBS
to match how similar syntax is used in the ports system. Thanks to kris for pointing out my mistake here. Install the lwres library unless the user defines NO_BIND, or the new knob, NO_BIND_LIBS_LWRES. There is at least one potential customer for this library in the wings. Thanks to nectar for the reminder.
Notes
Notes: svn path=/head/; revision=135752
Diffstat (limited to 'lib/bind/isccc')
-rw-r--r--lib/bind/isccc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bind/isccc/Makefile b/lib/bind/isccc/Makefile
index d3b0d4fdb422..18e9c1465552 100644
--- a/lib/bind/isccc/Makefile
+++ b/lib/bind/isccc/Makefile
@@ -19,7 +19,7 @@ CFLAGS+= -I${SRCDIR}/include
DPADD= ${PTHREAD_DPADD}
LDADD= ${PTHREAD_LDADD}
-.if defined(WANT_BIND_LIBS)
+.if defined(WITH_BIND_LIBS)
INCS= ${SRCDIR}/include/isccc/alist.h \
${SRCDIR}/include/isccc/base64.h \
${SRCDIR}/include/isccc/cc.h \