diff options
author | makc <makc@FreeBSD.org> | 2009-01-25 03:12:31 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-01-25 03:12:31 +0800 |
commit | bdfb7a909ee99a92b6c01c981dc492863eb0084e (patch) | |
tree | 52c7e39f0194af5bdb09c3f3b40343ff7949bb73 /hebrew/hspell/Makefile | |
parent | bf0c79efa5a1dd403ad352d22263fa0763f6b14e (diff) | |
download | freebsd-ports-gnome-bdfb7a909ee99a92b6c01c981dc492863eb0084e.tar.gz freebsd-ports-gnome-bdfb7a909ee99a92b6c01c981dc492863eb0084e.tar.zst freebsd-ports-gnome-bdfb7a909ee99a92b6c01c981dc492863eb0084e.zip |
Update to 1.0,
sort plist,
add -fPIC flag to fix linking with hspell library.
PR: ports/130353
Submitted by: self
Approved by: Jonatan B (maintainer), miwi (implicit)
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 |