diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-11 18:41:00 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-11 18:41:00 +0000 |
commit | dec2e280be44931092219abb9d43e74fd29b8c7d (patch) | |
tree | e1b04050f4b01ef3eed7a90544156a1481cfdb98 /textproc/sdcv | |
parent | a3e72c53af69dd6ea605d1f6fd2aaaebda1cfc76 (diff) | |
download | ports-dec2e280be44931092219abb9d43e74fd29b8c7d.tar.gz ports-dec2e280be44931092219abb9d43e74fd29b8c7d.zip |
Notes
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 3ef415752cca..075adac2b0cf 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 |