diff options
author | pav <pav@FreeBSD.org> | 2007-12-21 21:49:20 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-12-21 21:49:20 +0000 |
commit | caf3d5fdccd4f7ee883301353021b65b0855b678 (patch) | |
tree | b677a7d28355051a9e9e252272f47801bf174b78 /lang/pnet-base | |
parent | f48d1923c836819b01a2cb78305d9545412c0423 (diff) | |
download | FreeBSD-ports-caf3d5fdccd4f7ee883301353021b65b0855b678.zip FreeBSD-ports-caf3d5fdccd4f7ee883301353021b65b0855b678.tar.gz |
- This installs libffi files into different directory on 7.x than on 6.x.
Might be a viable option to disable libffi, it's already disabled on !i386.
Mark BROKEN for now.
Diffstat (limited to 'lang/pnet-base')
-rw-r--r-- | lang/pnet-base/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/pnet-base/Makefile b/lang/pnet-base/Makefile index c77d75b..e986742 100644 --- a/lang/pnet-base/Makefile +++ b/lang/pnet-base/Makefile @@ -61,6 +61,10 @@ CONFIGURE_ARGS+= --without-libffi \ PLIST_SUB= I386="@comment " .else PLIST_SUB= I386="" + +.if ${OSVERSION} >= 700000 +BROKEN= Bad plist +.endif .endif post-everything:: |