diff options
author | bapt <bapt@FreeBSD.org> | 2011-07-19 13:23:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-07-19 13:23:03 +0800 |
commit | 13733f22de3cddc9f2cdeb990604cc6822d617b5 (patch) | |
tree | a13d141936aed507877f60349c416a4033819692 /textproc/mythes | |
parent | 861079cf63f6aafa998e8317642bd58b8d3c0459 (diff) | |
download | freebsd-ports-gnome-13733f22de3cddc9f2cdeb990604cc6822d617b5.tar.gz freebsd-ports-gnome-13733f22de3cddc9f2cdeb990604cc6822d617b5.tar.zst freebsd-ports-gnome-13733f22de3cddc9f2cdeb990604cc6822d617b5.zip |
- update to 1.3.2
- remove hungarian dictionnary (will be readded later as a separate port)
- rework description
- change WWW
- chase library bump
- add license
Diffstat (limited to 'textproc/mythes')
-rw-r--r-- | textproc/mythes/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/mythes/Makefile b/textproc/mythes/Makefile index dcf96a70cf88..6e31c829a63c 100644 --- a/textproc/mythes/Makefile +++ b/textproc/mythes/Makefile @@ -7,19 +7,18 @@ PORTNAME= mythes PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/hunspell/MyThes/${PORTVERSION}/ MAINTAINER= bapt@FreeBSD.org COMMENT= Simple thesaurus library -LIB_DEPENDS= hunspell-1.2.0:${PORTSDIR}/textproc/hunspell +LIB_DEPENDS= hunspell-1.3.0:${PORTSDIR}/textproc/hunspell -USE_GNOME= gnomehack +USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes -CONFIGURE_ENV= HUNSPELL_CFLAGS=-I${LOCALBASE}/include/hunspell \ - HUNSPELL_LIBS="-L${LOCALBASE}/lib -lhunspell-1.2" GNU_CONFIGURE= yes .include <bsd.port.mk> |