Index: head/textproc/mythes/Makefile =================================================================== --- head/textproc/mythes/Makefile (revision 427153) +++ head/textproc/mythes/Makefile (revision 427154) @@ -1,24 +1,25 @@ # $FreeBSD$ PORTNAME= mythes PORTVERSION= 1.2.4 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/hunspell/MyThes/${PORTVERSION}/ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Simple thesaurus library LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell -USES= libtool pathfix pkgconfig shebangfix -SHEBANG_FILES= th_gen_idx.pl +USES= libtool pathfix perl5 pkgconfig shebangfix USE_LDCONFIG= yes -INSTALL_TARGET= install-strip - +USE_PERL5= run +SHEBANG_FILES= th_gen_idx.pl GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip .include Index: head/textproc/mythes/pkg-descr =================================================================== --- head/textproc/mythes/pkg-descr (revision 427153) +++ head/textproc/mythes/pkg-descr (revision 427154) @@ -1,5 +1,5 @@ MyThes is a simple thesaurus that uses a structured text data file and an index file with binary search to lookup words and phrases and return information on part of speech, meanings, and synonyms -WWW: http://hunspell.sourceforge.net +WWW: http://hunspell.github.io/