aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/gtkdiff
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2003-11-17 20:03:17 +0800
committertrevor <trevor@FreeBSD.org>2003-11-17 20:03:17 +0800
commit1c3328e4aad5bea7b79b5d41ef2f3ae539afef54 (patch)
treec09fbf8c5b4affb24b620e50e69e043f9d66b282 /textproc/gtkdiff
parent2be5907dd3c056da46610475e224d1b04b58dbd9 (diff)
downloadfreebsd-ports-gnome-1c3328e4aad5bea7b79b5d41ef2f3ae539afef54.tar.gz
freebsd-ports-gnome-1c3328e4aad5bea7b79b5d41ef2f3ae539afef54.tar.zst
freebsd-ports-gnome-1c3328e4aad5bea7b79b5d41ef2f3ae539afef54.zip
USE_REINPLACE must be defined before REINPLACE_CMD may be used.
Diffstat (limited to 'textproc/gtkdiff')
-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"