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/skribe | |
parent | 28dd10dcb401c431386390d9b259d3f7330f6f2b (diff) |
Remove USE_REINPLACE from categories starting with T
Notes
Notes:
svn path=/head/; revision=162216
Diffstat (limited to 'textproc/skribe')
-rw-r--r-- | textproc/skribe/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/skribe/Makefile b/textproc/skribe/Makefile index e7cfb7cbd675..55fecff3d44a 100644 --- a/textproc/skribe/Makefile +++ b/textproc/skribe/Makefile @@ -18,7 +18,6 @@ COMMENT= A highly programmable document processing system BUILD_DEPENDS= bigloo:${PORTSDIR}/lang/bigloo RUN_DEPENDS= ${BUILD_DEPENDS} -USE_REINPLACE= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-bigloo --prefix=${PREFIX} --docdir=${DOCSDIR} USE_GMAKE= yes |