Lines 50-57
Link Here
|
50 |
|
50 |
|
51 |
.include <bsd.port.pre.mk> |
51 |
.include <bsd.port.pre.mk> |
52 |
|
52 |
|
53 |
.if ${OSVERSION} > 500000 || ${OSVERSION} < 400000 |
53 |
.if ${OSVERSION} < 400000 |
54 |
BROKEN= "Supported only on 4.x systems" |
54 |
BROKEN= "Supported only on 4.x systems" |
|
|
55 |
.elif ${OSVERSION} >= 500000 |
56 |
LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x |
55 |
.endif |
57 |
.endif |
56 |
|
58 |
|
57 |
.include <bsd.port.post.mk> |
59 |
.include <bsd.port.post.mk> |