diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 20:08:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 20:08:47 +0000 |
commit | 33dc8bdfc7424ddb2cb38e9725d196eda0ddbfa6 (patch) | |
tree | a9a385d1f8fd2b11911d2cd0d573aac02fcb8c83 /japanese | |
parent | 7425e4811081e6fca4c3c40a7b86ab317b0f0425 (diff) | |
download | ports-33dc8bdfc7424ddb2cb38e9725d196eda0ddbfa6.tar.gz ports-33dc8bdfc7424ddb2cb38e9725d196eda0ddbfa6.zip |
Now builds on sparc64
Notes
Notes:
svn path=/head/; revision=173262
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/rxvt/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/japanese/rxvt/Makefile b/japanese/rxvt/Makefile index d26ff8600792..e67a8edea4a4 100644 --- a/japanese/rxvt/Makefile +++ b/japanese/rxvt/Makefile @@ -29,10 +29,6 @@ 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} |