summaryrefslogtreecommitdiff
path: root/textproc/gtkdiff/Makefile
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-11-17 12:03:17 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-11-17 12:03:17 +0000
commit00e692203d42d4eef31590ffac3a0b871be12984 (patch)
tree213bfd0bc4e8b962fab582a79f582be7837e45f8 /textproc/gtkdiff/Makefile
parentAllow compiling with debugging enabled. (diff)
USE_REINPLACE must be defined before REINPLACE_CMD may be used.
Diffstat (limited to 'textproc/gtkdiff/Makefile')
-rw-r--r--textproc/gtkdiff/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/gtkdiff/Makefile b/textproc/gtkdiff/Makefile
index 74466e6447d2..9e633bd3559b 100644
--- a/textproc/gtkdiff/Makefile
+++ b/textproc/gtkdiff/Makefile
@@ -15,6 +15,7 @@ COMMENT= A frontend program for diff(1) written for GNOME
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix gnomelibs
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"