diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-02-19 11:39:14 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-02-19 11:39:14 +0000 |
commit | 1337aded1e981fd92dfdeaad531b667ebbe30b57 (patch) | |
tree | 2014d824f2cef34bfa703571eba0d3315ba070d1 /textproc/fldiff | |
parent | Fix failure of anthy dictionary generation with TMPDIR environment variable. (diff) |
Remove deprecated USE_REINPLACE
Diffstat (limited to 'textproc/fldiff')
-rw-r--r-- | textproc/fldiff/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/fldiff/Makefile b/textproc/fldiff/Makefile index 3c7d4acb53f0..32d6b89447f1 100644 --- a/textproc/fldiff/Makefile +++ b/textproc/fldiff/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk GNU_CONFIGURE= yes USE_X_PREFIX= yes -USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |