diff options
Diffstat (limited to 'hebrew/hspell/Makefile')
-rw-r--r-- | hebrew/hspell/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/hebrew/hspell/Makefile b/hebrew/hspell/Makefile index 6224d7b19870..eb1868d46f50 100644 --- a/hebrew/hspell/Makefile +++ b/hebrew/hspell/Makefile @@ -6,9 +6,11 @@ # PORTNAME= hspell -PORTVERSION= 0.8 +PORTVERSION= 1.0 CATEGORIES= hebrew -MASTER_SITES= http://www.ivrix.org.il/projects/spell-checker/ +MASTER_SITES= http://www.ivrix.org.il/projects/spell-checker/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= makc MAINTAINER= onatan@gmail.com COMMENT= Hebrew spellchecker and morphology engine @@ -16,6 +18,7 @@ COMMENT= Hebrew spellchecker and morphology engine USE_PERL5_BUILD= yes USE_GMAKE= yes GNU_CONFIGURE= yes +CFLAGS+= -fPIC MAN1= hspell.1 MAN3= hspell.3 |