aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/bsnmp-ucd
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-03-17 23:35:25 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-03-17 23:35:25 +0000
commitddd4afb2b3149c1e1907b9ab63d76a0936a761a9 (patch)
tree490f92474ddeb672dc0b762ca8365c9714f5c9fd /net-mgmt/bsnmp-ucd
parentc32e22812c252488c829da6aec85b4d34cf6e0d7 (diff)
downloadports-ddd4afb2b3149c1e1907b9ab63d76a0936a761a9.tar.gz
ports-ddd4afb2b3149c1e1907b9ab63d76a0936a761a9.zip
- Fix build on -CURRENT
PR: ports/153153 Submitted by: Mikolaj Golub <to.my.trociny@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=271181
Diffstat (limited to 'net-mgmt/bsnmp-ucd')
-rw-r--r--net-mgmt/bsnmp-ucd/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/net-mgmt/bsnmp-ucd/Makefile b/net-mgmt/bsnmp-ucd/Makefile
index f3eb71265c96..1f5e01c93074 100644
--- a/net-mgmt/bsnmp-ucd/Makefile
+++ b/net-mgmt/bsnmp-ucd/Makefile
@@ -18,10 +18,7 @@ USE_AUTOTOOLS= libtool:env
MAN8= bsnmp-ucd.8
-.include <bsd.port.pre.mk>
+post-patch:
+ @${REINPLACE_CMD} -e '32,32 s/^.*/#include <sys\/queue.h>/' ${WRKSRC}/snmp_ucd.h
-.if ${OSVERSION} < 601000
-IGNORE= bsnmpd lack of realization on FreeBSD < 6.1
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>