diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2002-05-11 06:08:09 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2002-05-11 06:08:09 +0000 |
commit | a297bdcea3035080f60c77e48dd6ecd98509b985 (patch) | |
tree | d738e62f0d57f95c4239b54e1d8dc7d7f3213602 /textproc/dict | |
parent | 700ede2a71e6050b3db6a2a89df9c98519d69fb7 (diff) | |
download | ports-a297bdcea3035080f60c77e48dd6ecd98509b985.tar.gz ports-a297bdcea3035080f60c77e48dd6ecd98509b985.zip |
I'll look after this port.
Notes
Notes:
svn path=/head/; revision=58894
Diffstat (limited to 'textproc/dict')
-rw-r--r-- | textproc/dict/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index 1699e3bcf542..bc5bb2cf017a 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.cs.unc.edu/pub/users/faith/dict/ \ ftp://ftp.dict.org/pub/dict/ DISTNAME= ${PORTNAME}d-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dd@FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-local-zlib --with-cflags="${CFLAGS}" \ |