diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-09 05:03:16 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-09 05:03:16 +0800 |
commit | 8d97da32ef224721c21be4bfe3086b04a2987986 (patch) | |
tree | 945e76a0ed302c9c3dbe795c866a9e79339deb68 /textproc/dict | |
parent | f9472f8786a1de294ca3a9bf4fb52bbafcd725a3 (diff) | |
download | freebsd-ports-gnome-8d97da32ef224721c21be4bfe3086b04a2987986.tar.gz freebsd-ports-gnome-8d97da32ef224721c21be4bfe3086b04a2987986.tar.zst freebsd-ports-gnome-8d97da32ef224721c21be4bfe3086b04a2987986.zip |
To ports@freebsd.org.
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 d082f2d4b955..1699e3bcf542 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= obrien@FreeBSD.org +MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-local-zlib --with-cflags="${CFLAGS}" \ |