Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 2014 22:53:44 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366161 - head/databases/mysql++3
Message-ID:  <201408252253.s7PMribh085963@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Aug 25 22:53:44 2014
New Revision: 366161
URL: http://svnweb.freebsd.org/changeset/ports/366161
QAT: https://qat.redports.org/buildarchive/r366161/

Log:
  - Drop USE_AUTOTOOLS=libtool, libtool is not used
  
  Approved by:	portmgr blanket

Modified:
  head/databases/mysql++3/Makefile

Modified: head/databases/mysql++3/Makefile
==============================================================================
--- head/databases/mysql++3/Makefile	Mon Aug 25 22:29:04 2014	(r366160)
+++ head/databases/mysql++3/Makefile	Mon Aug 25 22:53:44 2014	(r366161)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mysql++
 PORTVERSION=	3.1.0
+PORTREVISION=	1
 CATEGORIES=	databases devel
 MASTER_SITES=	http://tangentsoft.net/mysql++/releases/ \
 		T32.TecNik93.com/ports/others_ports/${PORTNAME}/sources/
@@ -13,7 +14,7 @@ COMMENT=	Complex C++ API for MySQL${MYSQ
 
 USES=		gmake
 USE_MYSQL=	yes
-USE_AUTOTOOLS=	libtool
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} --enable-thread-check
 USE_LDCONFIG=	yes
 PLIST_SUB+=	VER=${PORTVERSION}



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