Ignore if ${OSVERSION} < 700037 (this version was bumpted by delphij

to indicate CAM sg addition).
This commit is contained in:
Boris Samorodov 2007-04-08 23:24:28 +00:00
parent f00dacf030
commit 3e50ab625e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189521

View file

@ -53,4 +53,8 @@ with a web browser, fill the web form. Please place the downloaded\n\
${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR}\n\n ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR}\n\n
.endif .endif
.if ${OSVERSION} < 700037
IGNORE= needs CAM sg
.endif
.include <bsd.port.post.mk> .include <bsd.port.post.mk>