Mark net/avahi-autoipd IGNORE on 5.x and lower due to outdated libpcap library

Reported by:	pav
This commit is contained in:
Michael Johnson 2007-10-27 19:42:32 +00:00
parent d2829b9662
commit f942d41c71
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202162

View File

@ -60,6 +60,9 @@ USE_RC_SUBR=yes
.if ${AVAHI_SLAVE}=="autoipd"
CONFIGURE_ARGS+=--enable-autoipd
.if ${OSVERSION} < 600000
IGNORE= ${PORTNAME} does not build with libpcap from FreeBSD ${OSVERSION}
.endif
.else
CONFIGURE_ARGS+=--disable-autoipd
.endif