diff options
author | sat <sat@FreeBSD.org> | 2006-09-13 15:44:00 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-09-13 15:44:00 +0800 |
commit | 636bd8251066fdbd37b99a307cd885e54a79f0ac (patch) | |
tree | 1edae4cae61ca615378f5981bd8d7a8e8528148e /net-mgmt/bsnmptools | |
parent | c5f02ea5fa33868d9c6602428fc8947912b472ac (diff) | |
download | freebsd-ports-gnome-636bd8251066fdbd37b99a307cd885e54a79f0ac.tar.gz freebsd-ports-gnome-636bd8251066fdbd37b99a307cd885e54a79f0ac.tar.zst freebsd-ports-gnome-636bd8251066fdbd37b99a307cd885e54a79f0ac.zip |
- Only support 6.x and later
Reported by: pointyhat via kris
Suggested by: bz
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: |