diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-13 04:24:52 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-13 04:24:52 +0000 |
commit | 1adfa4acd39352741858107e33ea2725c44dd513 (patch) | |
tree | 10953ace8a2f469ab0a92c71699ac88de8709950 /textproc/dict | |
parent | 28dd10dcb401c431386390d9b259d3f7330f6f2b (diff) |
Remove USE_REINPLACE from categories starting with T
Notes
Notes:
svn path=/head/; revision=162216
Diffstat (limited to 'textproc/dict')
-rw-r--r-- | textproc/dict/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index 1e613b4afc1f..d2a75dac3f6a 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -18,7 +18,6 @@ MAINTAINER= dd@FreeBSD.org COMMENT= Dictionary Server Protocol (RFC2229) client USE_BISON= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-local-zlib --with-cflags="${CFLAGS}" \ --with-etcdir=${PREFIX}/etc |