1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

- Mark BROKEN on non-i386 arch.

I tried to use newer chmlib from misc/chmlib, it compiles but does not
  work. Perhaps, there are still problems in chmview itself.

Reported by:	pointyhat via kris
This commit is contained in:
Rong-En Fan 2007-03-11 08:03:15 +00:00
parent fb592b2c9a
commit aed41fd8ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187095

View File

@ -21,10 +21,16 @@ USE_DOS2UNIX= yes
WRKSRC= ${WRKDIR}/src
PLIST_FILES= bin/chmview
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= is not 64-bit clean
.endif
pre-patch:
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/chmview ${PREFIX}/bin/
.include <bsd.port.mk>
.include <bsd.port.post.mk>