aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-03-18 07:35:25 +0800
committerpav <pav@FreeBSD.org>2011-03-18 07:35:25 +0800
commit16a86c8415243036901d1925bd5f836b2199aad1 (patch)
treea649954bf00aa4f20cbefef030e00a7b57b527dc /net-mgmt
parent4bdeaeac1f6b680e44fa09c64e68fc6b6354f12a (diff)
downloadfreebsd-ports-gnome-16a86c8415243036901d1925bd5f836b2199aad1.tar.gz
freebsd-ports-gnome-16a86c8415243036901d1925bd5f836b2199aad1.tar.zst
freebsd-ports-gnome-16a86c8415243036901d1925bd5f836b2199aad1.zip
- Fix build on -CURRENT
PR: ports/153153 Submitted by: Mikolaj Golub <to.my.trociny@gmail.com> (maintainer)
Diffstat (limited to 'net-mgmt')
-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>