summaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2000-09-17 18:41:59 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2000-09-17 18:41:59 +0000
commit21d05029de9c64c95cc209fc350a3ba706f37830 (patch)
treecff21736927ff1a3d11943669a408f915583b092 /mail/fetchmail
parentUpdate to version 1.82 (diff)
Since recent 5-CURRENT has hesiod.h, configure detects it and
breaks building. So, I disable hesiod support.
Notes
Notes: svn path=/head/; revision=32773
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 4203b23f45d0..50c69f5517be 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -24,7 +24,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/python1.5/site-packages/_tkinter.so:${PORTSDIR}/x1
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-OPIE --enable-RPA --enable-POP2 --enable-SDPS \
- --enable-nls
+ --enable-nls --with-hesiod=no
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
CFLAGS="-I${LOCALBASE}/include ${CFLAGS}"