summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-03-26 21:53:52 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-03-26 21:53:52 +0000
commit041c38e48b0fdacc95d390a67a85a6130a8cd3e6 (patch)
treed1dd97cb6bc0f54393b5f1e1756253cf78612ded /japanese
parentBROKEN: Incomplete pkg-plist (diff)
BROKEN on sparc64: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=132023
Diffstat (limited to 'japanese')
-rw-r--r--japanese/rxvt/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/rxvt/Makefile b/japanese/rxvt/Makefile
index e0a9d29d1687..d26ff8600792 100644
--- a/japanese/rxvt/Makefile
+++ b/japanese/rxvt/Makefile
@@ -27,6 +27,12 @@ CONFIGURE_ARGS= --enable-xpm-background --enable-transparency \
DOCDIR= ${PREFIX}/share/doc/ja/rxvt
RXVTLIB= ${PREFIX}/lib/X11/rxvt
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not compile on sparc64"
+.endif
+
pre-install:
@${MKDIR} ${DOCDIR}
@${INSTALL_DATA} ${FILESDIR}/README.ja ${DOCDIR}
@@ -37,4 +43,4 @@ pre-install:
post-install:
@${CHMOD} 4711 ${PREFIX}/bin/rxvt
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>