aboutsummaryrefslogtreecommitdiffstats
path: root/net/arping/Makefile
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2005-08-08 15:46:42 +0800
committersem <sem@FreeBSD.org>2005-08-08 15:46:42 +0800
commitc2b9f7e9086fa40612966dac97a479d60172e19c (patch)
treea4357a108ca8453b1bdff12da3656be6169c0da8 /net/arping/Makefile
parent0ce5a0592ed49b410db3fd3d7c59051022ef3f70 (diff)
downloadfreebsd-ports-gnome-c2b9f7e9086fa40612966dac97a479d60172e19c.tar.gz
freebsd-ports-gnome-c2b9f7e9086fa40612966dac97a479d60172e19c.tar.zst
freebsd-ports-gnome-c2b9f7e9086fa40612966dac97a479d60172e19c.zip
- Fix build on 6.0 (a conflicting struct name)
Approved by: portmgr (krion)
Diffstat (limited to 'net/arping/Makefile')
-rw-r--r--net/arping/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/net/arping/Makefile b/net/arping/Makefile
index 62bdd622a065..cf16ab061495 100644
--- a/net/arping/Makefile
+++ b/net/arping/Makefile
@@ -20,12 +20,6 @@ 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 \
@@ -39,4 +33,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/arping ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/arping.8 ${PREFIX}/man/man8
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>