diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-13 07:44:00 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-13 07:44:00 +0000 |
commit | 7e7c80ee26d9f932946230235fa2b687f861f65b (patch) | |
tree | 015e5a5c86c8dda9a86bdf202ff3d04db611e1dd /net-mgmt/bsnmptools | |
parent | 5add2873e7e715c757e7cc7f15a3d939ed315231 (diff) | |
download | ports-7e7c80ee26d9f932946230235fa2b687f861f65b.tar.gz ports-7e7c80ee26d9f932946230235fa2b687f861f65b.zip |
Notes
Diffstat (limited to 'net-mgmt/bsnmptools')
-rw-r--r-- | net-mgmt/bsnmptools/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 <bsd.port.pre.mk> -.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: |