diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-22 17:27:22 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-22 17:27:22 +0000 |
commit | 0f986ec1ff68940e11ff0e8a60ef2f32ebc83925 (patch) | |
tree | ebae56877a9a46f4ed376a11d9ee4b999cd9cd12 /net/dictd/Makefile | |
parent | cf55a7d8205a0fac41ec2b8f8a526c37e14a3cd1 (diff) | |
download | ports-0f986ec1ff68940e11ff0e8a60ef2f32ebc83925.tar.gz ports-0f986ec1ff68940e11ff0e8a60ef2f32ebc83925.zip |
Notes
Diffstat (limited to 'net/dictd/Makefile')
-rw-r--r-- | net/dictd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dictd/Makefile b/net/dictd/Makefile index 9ce5488a11f5..71ac387c32da 100644 --- a/net/dictd/Makefile +++ b/net/dictd/Makefile @@ -18,7 +18,8 @@ MAN1= dictzip.1 MAN8= dictd.8 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --with-cflags="${CFLAGS}" +CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --with-cflags="${CFLAGS}" \ + --without-local-zlib CONFIGURE_ENV= CFLAGS="${CFLAGS}" USE_GMAKE= yes |