diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-04 21:41:12 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-04 21:41:12 +0000 |
commit | 2406d49a61ea8765af0e4569254f5dca9b0a54c7 (patch) | |
tree | dec929e55f9a1d4050bb11ff517a1459898008e0 /devel/gdb6 | |
parent | - Update to 0.2.1. (diff) |
Remove USE_REINPLACE from all categories starting with D
Diffstat (limited to 'devel/gdb6')
-rw-r--r-- | devel/gdb6/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/gdb6/Makefile b/devel/gdb6/Makefile index 3661fd64032b..7a63f45b5fc4 100644 --- a/devel/gdb6/Makefile +++ b/devel/gdb6/Makefile @@ -29,7 +29,6 @@ COMMENT= GNU GDB 6 WRKSRC= ${WRKDIR}/${DISTNAME:S/-weekly//} USE_BZIP2= yes USE_GMAKE= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-suffix=6 CFLAGS+= -DRL_NO_COMPAT -DKGDB |