Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 2014 12:54:41 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359994 - head/devel/gdb66
Message-ID:  <201407011254.s61CsfVj062374@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Jul  1 12:54:41 2014
New Revision: 359994
URL: http://svnweb.freebsd.org/changeset/ports/359994
QAT: https://qat.redports.org/buildarchive/r359994/

Log:
  Fix build with readline from ports

Modified:
  head/devel/gdb66/Makefile

Modified: head/devel/gdb66/Makefile
==============================================================================
--- head/devel/gdb66/Makefile	Tue Jul  1 12:54:19 2014	(r359993)
+++ head/devel/gdb66/Makefile	Tue Jul  1 12:54:41 2014	(r359994)
@@ -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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407011254.s61CsfVj062374>