Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Dec 2016 09:12:26 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429232 - head/databases/libodbc++
Message-ID:  <201612230912.uBN9CQWi045527@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Dec 23 09:12:26 2016
New Revision: 429232
URL: https://svnweb.freebsd.org/changeset/ports/429232

Log:
  Fix packaging

Modified:
  head/databases/libodbc++/Makefile

Modified: head/databases/libodbc++/Makefile
==============================================================================
--- head/databases/libodbc++/Makefile	Fri Dec 23 08:25:43 2016	(r429231)
+++ head/databases/libodbc++/Makefile	Fri Dec 23 09:12:26 2016	(r429232)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libodbc++
 PORTVERSION=	0.2.5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	databases devel
 MASTER_SITES=	SF/libodbcxx/libodbc%2B%2B/${PORTVERSION}
 
@@ -15,7 +15,7 @@ OPTIONS_DEFINE=	DOXYGEN
 
 DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen
 
-USES=		gmake libtool ncurses pathfix pkgconfig tar:bzip2
+USES=		gmake libtool ncurses pathfix pkgconfig readline tar:bzip2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-isqlxx



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