svn commit: r362328 - head/databases/gqlplus

Yen-Ming Lee leeym at FreeBSD.org
Sun Jul 20 15:53:50 UTC 2014


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 at 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


More information about the svn-ports-all mailing list