diff options
author | rafan <rafan@FreeBSD.org> | 2006-09-11 18:41:00 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-09-11 18:41:00 +0000 |
commit | 729b612a4926583de7d3779177bd4de83fec8acf (patch) | |
tree | 64c3bbf961ecda51e1b8a9b0543d26b10c5680a1 /textproc/sdcv | |
parent | 6c08bf7bfab0185c7868c84aa71d45c083afe855 (diff) | |
download | FreeBSD-ports-729b612a4926583de7d3779177bd4de83fec8acf.zip FreeBSD-ports-729b612a4926583de7d3779177bd4de83fec8acf.tar.gz |
- broken on sparc64
PR: ports/103124
Submitted by: chinsan <chinsan.tw at gmail.com> (maintainer)
Reported by: pointyhat via kris
Diffstat (limited to 'textproc/sdcv')
-rw-r--r-- | textproc/sdcv/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/sdcv/Makefile b/textproc/sdcv/Makefile index 3ef4157..075adac 100644 --- a/textproc/sdcv/Makefile +++ b/textproc/sdcv/Makefile @@ -13,6 +13,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= chinsan.tw@gmail.com COMMENT= A text-based utility for work with dictionaries in StarDict's format +NOT_FOR_ARCHS= sparc64 +NOT_FOR_ARCHS_REASON_sparc64= does not compile + USE_BZIP2= yes #USE_GCC= 3.3+ USE_ICONV= yes |