diff options
Diffstat (limited to 'databases/mysql++1/Makefile')
-rw-r--r-- | databases/mysql++1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysql++1/Makefile b/databases/mysql++1/Makefile index f6480ce4479f..900d2f632882 100644 --- a/databases/mysql++1/Makefile +++ b/databases/mysql++1/Makefile @@ -16,7 +16,7 @@ MAINTAINER= sergey@network-asp.biz COMMENT= Complex C++ API for MySQL${MYSQL_VER} USE_MYSQL= yes -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-mysql=${LOCALBASE} \ --includedir=${PREFIX}/include/mysql++ \ --disable-examples |