|
Lines 51-57
Link Here
|
| 51 |
.include "${.CURDIR}/../pnet/Makefile.pnet" |
51 |
.include "${.CURDIR}/../pnet/Makefile.pnet" |
| 52 |
.include <bsd.port.pre.mk> |
52 |
.include <bsd.port.pre.mk> |
| 53 |
|
53 |
|
| 54 |
.if ${ARCH} != "i386" |
54 |
.if ${ARCH} != "i386" || ${OSVERSION} < 700000 |
| 55 |
CONFIGURE_ARGS+= --without-libffi \ |
55 |
CONFIGURE_ARGS+= --without-libffi \ |
| 56 |
--without-libgc |
56 |
--without-libgc |
| 57 |
PLIST_SUB= I386="@comment " |
57 |
PLIST_SUB= I386="@comment " |