aboutsummaryrefslogtreecommitdiff
path: root/converters/chmview
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-03-11 08:03:15 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-03-11 08:03:15 +0000
commitaed41fd8ac3896904c3e2cabd994c6edc81acf5c (patch)
treef05f52f80d2e6ad0516aba63a7e042b0471e9323 /converters/chmview
parentfb592b2c9a905c37cd298119ac766259bbdc3945 (diff)
downloadports-aed41fd8ac3896904c3e2cabd994c6edc81acf5c.tar.gz
ports-aed41fd8ac3896904c3e2cabd994c6edc81acf5c.zip
- 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
Notes
Notes: svn path=/head/; revision=187095
Diffstat (limited to 'converters/chmview')
-rw-r--r--converters/chmview/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/converters/chmview/Makefile b/converters/chmview/Makefile
index 82de5fef2c9d..7498213390db 100644
--- a/converters/chmview/Makefile
+++ b/converters/chmview/Makefile
@@ -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>