diff options
Diffstat (limited to 'textproc/dict/Makefile')
-rw-r--r-- | textproc/dict/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index bc5bb2cf017..20c187da37a 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -7,14 +7,15 @@ # PORTNAME= dict -PORTVERSION= 1.5.5 +PORTVERSION= 1.7.1 CATEGORIES= textproc -MASTER_SITES= ftp://ftp.cs.unc.edu/pub/users/faith/dict/ \ - ftp://ftp.dict.org/pub/dict/ +MASTER_SITES= ftp://ftp.dict.org/pub/dict/ DISTNAME= ${PORTNAME}d-${PORTVERSION} MAINTAINER= dd@FreeBSD.org +USE_PERL5= yes +USE_BISON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-local-zlib --with-cflags="${CFLAGS}" \ --with-etcdir=${PREFIX}/etc |