GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.include <bsd.port.mk>
.if ${OSVERSION} >= 500035
BROKEN= "Does not compile on 5.0"
.endif
.include <bsd.port.post.mk>
--- src/glob.c.orig Mon Dec 23 04:32:08 2002
+++ src/glob.c Mon Dec 23 04:32:19 2002
@@ -20,6 +20,7 @@
#include <config.h>
#include <assert.h>
+#include <stdio.h>
#include <stdlib.h>
#if TIME_WITH_SYS_TIME