Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jul 2014 15:53:49 +0000 (UTC)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362328 - head/databases/gqlplus
Message-ID:  <201407201553.s6KFrnt2021416@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: leeym
Date: Sun Jul 20 15:53:49 2014
New Revision: 362328
URL: http://svnweb.freebsd.org/changeset/ports/362328
QAT: https://qat.redports.org/buildarchive/r362328/

Log:
  - add USES=readline to unbreak it on 11.0-CURRENT

Modified:
  head/databases/gqlplus/Makefile

Modified: head/databases/gqlplus/Makefile
==============================================================================
--- head/databases/gqlplus/Makefile	Sun Jul 20 15:41:49 2014	(r362327)
+++ head/databases/gqlplus/Makefile	Sun Jul 20 15:53:49 2014	(r362328)
@@ -10,7 +10,7 @@ MAINTAINER=	leeym@FreeBSD.org
 COMMENT=	SQL*PLUS with commandline editing, history, and name completion
 
 GNU_CONFIGURE=	yes
-USES=		gmake
+USES=		gmake readline
 
 PORTDOCS=	README ChangeLog
 PLIST_FILES=	bin/gqlplus



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