1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

BROKEN on 6.0: Does not compile

This commit is contained in:
Kris Kennaway 2005-07-20 23:37:32 +00:00
parent e002377634
commit 437971c851
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139746

View File

@ -20,6 +20,12 @@ LDFLAGS+= -lpcap
MAN8= arping.8
PLIST_FILES= sbin/arping
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 600031
BROKEN= "Does not compile on FreeBSD >= 6.0"
.endif
do-build:
cd ${WRKSRC} && \
${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib \
@ -33,4 +39,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/arping ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/arping.8 ${PREFIX}/man/man8
.include <bsd.port.mk>
.include <bsd.port.post.mk>