diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-03-17 23:35:25 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-03-17 23:35:25 +0000 |
commit | ddd4afb2b3149c1e1907b9ab63d76a0936a761a9 (patch) | |
tree | 490f92474ddeb672dc0b762ca8365c9714f5c9fd /net-mgmt/bsnmp-ucd | |
parent | c32e22812c252488c829da6aec85b4d34cf6e0d7 (diff) |
Notes
Diffstat (limited to 'net-mgmt/bsnmp-ucd')
-rw-r--r-- | net-mgmt/bsnmp-ucd/Makefile | 9 |
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> |