diff options
author | kris <kris@FreeBSD.org> | 2004-07-04 07:49:08 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-07-04 07:49:08 +0800 |
commit | f5bd2159f3961a271c8d15d4c7cce4ec83dd29c6 (patch) | |
tree | a26b18c495f26a65889c30dff7e499c32135f10e /lang | |
parent | cb7c6d0a5169c7fb235377e05546a398d2f9d9c0 (diff) | |
download | freebsd-ports-graphics-f5bd2159f3961a271c8d15d4c7cce4ec83dd29c6.tar.gz freebsd-ports-graphics-f5bd2159f3961a271c8d15d4c7cce4ec83dd29c6.tar.zst freebsd-ports-graphics-f5bd2159f3961a271c8d15d4c7cce4ec83dd29c6.zip |
Still BROKEN on 64-bit architectures.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/swi-pl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/swi-pl/Makefile b/lang/swi-pl/Makefile index 8cf4ea381d7..eb7519e6646 100644 --- a/lang/swi-pl/Makefile +++ b/lang/swi-pl/Makefile @@ -35,6 +35,10 @@ PLIST_SUB+= BITS=64 EXTRA_PATCHES= ${FILESDIR}/extra-patch-src-configure .endif +.if ${ARCH} != "i386" +BROKEN= "Broken pkg-plist" +.endif + post-install: .for f in pl plld plrc @${STRIP_CMD} ${PREFIX}/lib/${DISTNAME}/bin/${ARCH}-${OPSYS:L}/$f |