diff options
author | kan <kan@FreeBSD.org> | 2006-06-15 01:26:18 +0800 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2006-06-15 01:26:18 +0800 |
commit | c26139e95fb2570ae5c3cd4fca4607fd634e072b (patch) | |
tree | 5f162759f055a37f6409d0cbe59dd0be1f9f3a2b /sysutils | |
parent | dc54e764ec30fc9bb943f084da8b37fbdc70a484 (diff) | |
download | freebsd-ports-gnome-c26139e95fb2570ae5c3cd4fca4607fd634e072b.tar.gz freebsd-ports-gnome-c26139e95fb2570ae5c3cd4fca4607fd634e072b.tar.zst freebsd-ports-gnome-c26139e95fb2570ae5c3cd4fca4607fd634e072b.zip |
Minimal fixup to make REINPLACE_CMD visible to the Makefile.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ltrace/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/ltrace/Makefile b/sysutils/ltrace/Makefile index 8b8c48fbd149..b8a3290fe55b 100644 --- a/sysutils/ltrace/Makefile +++ b/sysutils/ltrace/Makefile @@ -22,6 +22,7 @@ ONLY_FOR_ARCHS= i386 GNU_CONFIGURE= yes USE_GMAKE= yes +USE_REINPLACE= yes PLIST_FILES= bin/ltrace etc/ltrace.conf CONFLICTS= polygraph-2* |