diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2007-04-08 23:24:28 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2007-04-08 23:24:28 +0000 |
commit | 3e50ab625e240bab15b5babee4112f1f654cae5d (patch) | |
tree | 8d1a2558e24bd07add9e9df1d6b41e37a86360a1 /sysutils/seatools | |
parent | f00dacf0309e9c35556eca56b971f5b236ecbadc (diff) | |
download | ports-3e50ab625e240bab15b5babee4112f1f654cae5d.tar.gz ports-3e50ab625e240bab15b5babee4112f1f654cae5d.zip |
Notes
Diffstat (limited to 'sysutils/seatools')
-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> |