diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-01 12:54:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-01 12:54:41 +0000 |
commit | b55861d2558ba76fcb0ddbc92f389d9770da91f9 (patch) | |
tree | 9c6597a3b9012c1f05ece3e041a844aa3f4aada9 /devel/gdb66 | |
parent | 23bc52aa58459f17f227521965a16533d3929691 (diff) |
Notes
Diffstat (limited to 'devel/gdb66')
-rw-r--r-- | devel/gdb66/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/gdb66/Makefile b/devel/gdb66/Makefile index a050d1b55cb7..05d1b804b234 100644 --- a/devel/gdb66/Makefile +++ b/devel/gdb66/Makefile @@ -19,9 +19,8 @@ OPTIONS_DEFINE= INSIGHT INSIGHT_DESC= Tcl/Tk GUI (experimental!) CONFLICTS?= gdb-[7-9]* -USE_BZIP2= yes USE_GCC= any -USES= gettext iconv gmake +USES= gettext iconv gmake readline tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ENV+= CONFIGURED_M4=m4 CONFIGURED_BISON=byacc CONFIGURE_ARGS= --program-suffix=${PORTVERSION:S/.//g} \ |