diff options
Diffstat (limited to 'japanese')
-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 |