forked from Lainports/freebsd-ports
Mark broken for FreeBSD < 4.4.
Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> PR: 30890
This commit is contained in:
parent
5c9c05f1a5
commit
0335fb2b91
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,10 @@ USE_GMAKE= yes
|
|||
|
||||
FIND?= /usr/bin/find
|
||||
|
||||
.if ${OSVERSION} < 440000
|
||||
BROKEN= "Not supported on systems prior to FreeBSD 4.4"
|
||||
.endif
|
||||
|
||||
pre-build:
|
||||
@${LN} -sf /usr/include/g++ ${WRKSRC}/../include
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue