From da880765886f48c0ac8fd253e5601d04ea853215 Mon Sep 17 00:00:00 2001 From: ade Date: Thu, 23 Feb 2006 10:40:44 +0000 Subject: Conversion to a single libtool environment. Approved by: portmgr (kris) --- databases/mysql++1/Makefile | 5 +++-- databases/mysql++1/pkg-plist | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'databases/mysql++1') diff --git a/databases/mysql++1/Makefile b/databases/mysql++1/Makefile index 0ab3758e1799..016b81fdc1d0 100644 --- a/databases/mysql++1/Makefile +++ b/databases/mysql++1/Makefile @@ -7,6 +7,7 @@ PORTNAME= mysql++ PORTVERSION= 1.7.40 +PORTREVISION= 1 CATEGORIES= databases devel MASTER_SITES= http://tangentsoft.net/mysql++/releases/ PKGNAMESUFFIX= -mysql${MYSQL_VER} @@ -16,8 +17,8 @@ COMMENT= Complex C++ API for MySQL${MYSQL_VER} USE_MYSQL= yes USE_AUTOTOOLS= libtool:15 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-mysql=${LOCALBASE} --includedir=${PREFIX}/include/mysql++ \ +CONFIGURE_ARGS= --with-mysql=${LOCALBASE} \ + --includedir=${PREFIX}/include/mysql++ \ --disable-examples CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/databases/mysql++1/pkg-plist b/databases/mysql++1/pkg-plist index af2936cae94e..2434fc130958 100644 --- a/databases/mysql++1/pkg-plist +++ b/databases/mysql++1/pkg-plist @@ -30,6 +30,7 @@ include/mysql++/tiny_int.h include/mysql++/type_info.h include/mysql++/vallist.h lib/libmysqlpp.a +lib/libmysqlpp.la lib/libmysqlpp.so lib/libmysqlpp.so.4 %%PORTDOCS%%%%DOCSDIR%%/mysqlpp-refman.pdf -- cgit