Lines 43-48
Link Here
|
43 |
|
43 |
|
44 |
.include <bsd.port.pre.mk> |
44 |
.include <bsd.port.pre.mk> |
45 |
|
45 |
|
|
|
46 |
.if ${OSVERSION} < 600000 |
47 |
.if ${ARCH} == "amd64" |
48 |
BROKEN= Does not compile on amd64 5, probably gcc-related |
49 |
.endif |
50 |
.endif |
51 |
|
46 |
.if defined(WITH_TOR_DEVEL) |
52 |
.if defined(WITH_TOR_DEVEL) |
47 |
.if defined(WITH_TOR) |
53 |
.if defined(WITH_TOR) |
48 |
IGNORE= cannot depend on tor and tor-devel at the same time |
54 |
IGNORE= cannot depend on tor and tor-devel at the same time |