From b29995ceaf750dee8abb851cc7855a3498bd22d2 Mon Sep 17 00:00:00 2001 From: ume Date: Sun, 17 Sep 2000 18:41:59 +0000 Subject: Since recent 5-CURRENT has hesiod.h, configure detects it and breaks building. So, I disable hesiod support. --- mail/fetchmail/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/fetchmail') 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}" -- cgit