diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 17:37:02 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 17:37:02 +0000 |
commit | 4b672e92ca4eb2a79ccf697660e52791c3454941 (patch) | |
tree | 1024ea7ef0a3c66589ae1f944cc0078d863ef03c /japanese/expect | |
parent | 5fca7b60bc513d7c9b528561e06ebf1d45fdafdd (diff) |
Notes
Diffstat (limited to 'japanese/expect')
-rw-r--r-- | japanese/expect/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/japanese/expect/Makefile b/japanese/expect/Makefile index 17f9dadadc96..ea5ef372ab7e 100644 --- a/japanese/expect/Makefile +++ b/japanese/expect/Makefile @@ -27,6 +27,10 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" +BROKEN= "Incomplete pkg-plist" +.endif + post-install: .if ${PORTOBJFORMAT} == "aout" ${LN} -sf libexpect530jp.so.1.2 ${PREFIX}/lib/libexpect530jp.so |