Lines 26-35
Link Here
|
26 |
|
26 |
|
27 |
.include <bsd.port.pre.mk> |
27 |
.include <bsd.port.pre.mk> |
28 |
|
28 |
|
29 |
.if ${OSVERSION} < 500000 |
|
|
30 |
BROKEN= "Does not compile on FreeBSD 4.x" |
31 |
.endif |
32 |
|
33 |
pre-everything:: |
29 |
pre-everything:: |
34 |
@${ECHO_MSG} "Define WITHOUT_PYTHON to\ |
30 |
@${ECHO_MSG} "Define WITHOUT_PYTHON to\ |
35 |
disable PYTHON scripts support." |
31 |
disable PYTHON scripts support." |
Lines 39-43
Link Here
|
39 |
${WRKSRC}/qterm/qtermtelnet.cpp |
35 |
${WRKSRC}/qterm/qtermtelnet.cpp |
40 |
@${REINPLACE_CMD} -e 's,-lssl,-lssl -lcrypto,' \ |
36 |
@${REINPLACE_CMD} -e 's,-lssl,-lssl -lcrypto,' \ |
41 |
${WRKSRC}/configure |
37 |
${WRKSRC}/configure |
|
|
38 |
.if ${OSVERSION} < 500000 |
39 |
@${REINPLACE_CMD} -e 's,?"":,?QString::null:,' \ |
40 |
${WRKSRC}/qterm/qtermconfig.cpp |
41 |
.endif |
42 |
|
42 |
|
43 |
.include <bsd.port.post.mk> |
43 |
.include <bsd.port.post.mk> |