From 636bd8251066fdbd37b99a307cd885e54a79f0ac Mon Sep 17 00:00:00 2001 From: sat Date: Wed, 13 Sep 2006 07:44:00 +0000 Subject: - Only support 6.x and later Reported by: pointyhat via kris Suggested by: bz --- net-mgmt/bsnmptools/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'net-mgmt/bsnmptools') diff --git a/net-mgmt/bsnmptools/Makefile b/net-mgmt/bsnmptools/Makefile index 92e59bc4b3ac..5b724f6be591 100644 --- a/net-mgmt/bsnmptools/Makefile +++ b/net-mgmt/bsnmptools/Makefile @@ -30,9 +30,8 @@ MAN3= ${PORTNAME}.3 .include -.if ${OSVERSION} < 600000 -LIB_DEPENDS= bsnmp.2:${PORTSDIR}/net-mgmt/bsnmpd -CFLAGS+= -I${LOCALBASE}/lib -L${LOCALBASE}/include +.if ${OSVERSION} < 600029 +IGNORE= does not compile on FreeBSD before 6.x .endif post-extract: -- cgit