Index: Makefile =================================================================== --- Makefile (revision 488866) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= sitecopy PORTVERSION= 0.16.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= http://www.manyfish.co.uk/${PORTNAME}/ \ GENTOO @@ -43,5 +43,9 @@ ${WRKSRC}/src/sitestore.c @${REINPLACE_CMD} -e 's|25 26 27 28|& 29 30|g' \ ${WRKSRC}/configure +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200072 + @${REINPLACE_CMD} -e '/#define ksize_t /d' \ + ${WRKSRC}/configure +.endif .include