summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2007-04-08 23:24:28 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2007-04-08 23:24:28 +0000
commit3e50ab625e240bab15b5babee4112f1f654cae5d (patch)
tree8d1a2558e24bd07add9e9df1d6b41e37a86360a1 /sysutils
parentFix dependency. (diff)
Ignore if ${OSVERSION} < 700037 (this version was bumpted by delphij
to indicate CAM sg addition).
Notes
Notes: svn path=/head/; revision=189521
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/seatools/Makefile4
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>