diff options
author | ade <ade@FreeBSD.org> | 2004-06-05 01:29:38 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-06-05 01:29:38 +0800 |
commit | ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a (patch) | |
tree | 0f8268b015ec949860a3c2ab315d341fbbc7615c /databases | |
parent | 62cb740217d0f5aa007d7cab9d007fb551534a4f (diff) | |
download | freebsd-ports-gnome-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.tar.gz freebsd-ports-gnome-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.tar.zst freebsd-ports-gnome-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.zip |
Sync with new bsd.autotools.mk
Diffstat (limited to 'databases')
-rw-r--r-- | databases/firebird-client/Makefile | 4 | ||||
-rw-r--r-- | databases/firebird-server/Makefile | 4 | ||||
-rw-r--r-- | databases/firebird/Makefile | 4 | ||||
-rw-r--r-- | databases/firebird2-server/Makefile | 4 | ||||
-rw-r--r-- | databases/firebird20-server/Makefile | 4 | ||||
-rw-r--r-- | databases/libodbc++/Makefile | 2 | ||||
-rw-r--r-- | databases/mird/Makefile | 3 | ||||
-rw-r--r-- | databases/mysql-administrator/Makefile | 1 |
8 files changed, 13 insertions, 13 deletions
diff --git a/databases/firebird-client/Makefile b/databases/firebird-client/Makefile index ca52ed5ef5e7..79cfdd60ba3a 100644 --- a/databases/firebird-client/Makefile +++ b/databases/firebird-client/Makefile @@ -61,8 +61,8 @@ run-autotools: do-configure: @(cd ${WRKSRC} && ${SETENV} CC=${CC} CXX=${CXX} MAKE=${GMAKE} \ - LIBTOOL=libtool13 LIBTOOLIZE=libtoolize13 ./autogen.sh \ - --prefix=${PREFIX}/firebird --with-lock-manager --with-editline) + ${AUTOTOOLS_VARS} ./autogen.sh --prefix=${PREFIX}/firebird \ + --with-lock-manager --with-editline) do-build: @( \ diff --git a/databases/firebird-server/Makefile b/databases/firebird-server/Makefile index ca52ed5ef5e7..79cfdd60ba3a 100644 --- a/databases/firebird-server/Makefile +++ b/databases/firebird-server/Makefile @@ -61,8 +61,8 @@ run-autotools: do-configure: @(cd ${WRKSRC} && ${SETENV} CC=${CC} CXX=${CXX} MAKE=${GMAKE} \ - LIBTOOL=libtool13 LIBTOOLIZE=libtoolize13 ./autogen.sh \ - --prefix=${PREFIX}/firebird --with-lock-manager --with-editline) + ${AUTOTOOLS_VARS} ./autogen.sh --prefix=${PREFIX}/firebird \ + --with-lock-manager --with-editline) do-build: @( \ diff --git a/databases/firebird/Makefile b/databases/firebird/Makefile index ca52ed5ef5e7..79cfdd60ba3a 100644 --- a/databases/firebird/Makefile +++ b/databases/firebird/Makefile @@ -61,8 +61,8 @@ run-autotools: do-configure: @(cd ${WRKSRC} && ${SETENV} CC=${CC} CXX=${CXX} MAKE=${GMAKE} \ - LIBTOOL=libtool13 LIBTOOLIZE=libtoolize13 ./autogen.sh \ - --prefix=${PREFIX}/firebird --with-lock-manager --with-editline) + ${AUTOTOOLS_VARS} ./autogen.sh --prefix=${PREFIX}/firebird \ + --with-lock-manager --with-editline) do-build: @( \ diff --git a/databases/firebird2-server/Makefile b/databases/firebird2-server/Makefile index ca52ed5ef5e7..79cfdd60ba3a 100644 --- a/databases/firebird2-server/Makefile +++ b/databases/firebird2-server/Makefile @@ -61,8 +61,8 @@ run-autotools: do-configure: @(cd ${WRKSRC} && ${SETENV} CC=${CC} CXX=${CXX} MAKE=${GMAKE} \ - LIBTOOL=libtool13 LIBTOOLIZE=libtoolize13 ./autogen.sh \ - --prefix=${PREFIX}/firebird --with-lock-manager --with-editline) + ${AUTOTOOLS_VARS} ./autogen.sh --prefix=${PREFIX}/firebird \ + --with-lock-manager --with-editline) do-build: @( \ diff --git a/databases/firebird20-server/Makefile b/databases/firebird20-server/Makefile index ca52ed5ef5e7..79cfdd60ba3a 100644 --- a/databases/firebird20-server/Makefile +++ b/databases/firebird20-server/Makefile @@ -61,8 +61,8 @@ run-autotools: do-configure: @(cd ${WRKSRC} && ${SETENV} CC=${CC} CXX=${CXX} MAKE=${GMAKE} \ - LIBTOOL=libtool13 LIBTOOLIZE=libtoolize13 ./autogen.sh \ - --prefix=${PREFIX}/firebird --with-lock-manager --with-editline) + ${AUTOTOOLS_VARS} ./autogen.sh --prefix=${PREFIX}/firebird \ + --with-lock-manager --with-editline) do-build: @( \ diff --git a/databases/libodbc++/Makefile b/databases/libodbc++/Makefile index 8901b2d01f40..34017313d024 100644 --- a/databases/libodbc++/Makefile +++ b/databases/libodbc++/Makefile @@ -15,7 +15,7 @@ MAINTAINER= fjoe@FreeBSD.org COMMENT= A C++ class library and toolset for ODBC access to data sources USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GNOME= pkgconfig INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/databases/mird/Makefile b/databases/mird/Makefile index 20983eba6afb..b16147cc5207 100644 --- a/databases/mird/Makefile +++ b/databases/mird/Makefile @@ -18,10 +18,9 @@ DISTNAME= Mird-${PORTVERSION} MAINTAINER= kiwi@oav.net COMMENT= A free database library with transaction support -BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf - WRKSRC= ${WRKDIR}/${DISTNAME} +WANT_AUTOCONF_VER=253 USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/databases/mysql-administrator/Makefile b/databases/mysql-administrator/Makefile index b75d315096ca..7ec5508a2c92 100644 --- a/databases/mysql-administrator/Makefile +++ b/databases/mysql-administrator/Makefile @@ -35,6 +35,7 @@ USE_ICONV= yes USE_GNOME= libglade2 USE_MYSQL= yes BROKEN_WITH_MYSQL= 323 +GNU_CONFIGURE= yes LIB_DEPENDS+= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtk--2 \ pcre.0:${PORTSDIR}/devel/pcre |