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 | |
parent | Don't make random number for BATCH case (diff) |
I'll look after this port.
-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}" \ |