Lines 19-29
Link Here
|
19 |
|
19 |
|
20 |
ONLY_FOR_ARCHS= i386 amd64 |
20 |
ONLY_FOR_ARCHS= i386 amd64 |
21 |
|
21 |
|
22 |
# Binary is built for 5.X : |
|
|
23 |
.if ${OSVERSION} < 500000 |
24 |
IGNORE= only supports FreeBSD 5.X and newer |
25 |
.endif |
26 |
|
27 |
.if ${OSVERSION} >= 600000 |
22 |
.if ${OSVERSION} >= 600000 |
28 |
LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x |
23 |
LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x |
29 |
.endif |
24 |
.endif |