diff options
-rw-r--r-- | sysutils/seatools/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/seatools/Makefile b/sysutils/seatools/Makefile index 56647d86f9f3..33e50c9e6fb0 100644 --- a/sysutils/seatools/Makefile +++ b/sysutils/seatools/Makefile @@ -53,4 +53,8 @@ with a web browser, fill the web form. Please place the downloaded\n\ ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR}\n\n .endif +.if ${OSVERSION} < 700037 +IGNORE= needs CAM sg +.endif + .include <bsd.port.post.mk> |