aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-08-25 22:53:44 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-08-25 22:53:44 +0000
commita5cf958603948094d54856e801844023a88d6624 (patch)
tree5ea8bfb57e51634f725d2fcf11bbe2e177c552ff /databases
parentedef9a79b1ee89fdecd4cedb63efa089286dc1bd (diff)
downloadports-a5cf958603948094d54856e801844023a88d6624.tar.gz
ports-a5cf958603948094d54856e801844023a88d6624.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql++3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mysql++3/Makefile b/databases/mysql++3/Makefile
index 8ad9c03f5021..7af08f239091 100644
--- a/databases/mysql++3/Makefile
+++ b/databases/mysql++3/Makefile
@@ -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${MYSQL_VER}
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}