diff options
author | fjoe <fjoe@FreeBSD.org> | 2006-11-29 04:13:36 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2006-11-29 04:13:36 +0800 |
commit | 724394f762cd1dce2187398436a1301cbc83ce45 (patch) | |
tree | ebc75a405f60d8f05928ff821075dcfa24e29d42 /databases | |
parent | 40e59b3e9b437b4ac67665f20c8bde4f781ad032 (diff) | |
download | freebsd-ports-gnome-724394f762cd1dce2187398436a1301cbc83ce45.tar.gz freebsd-ports-gnome-724394f762cd1dce2187398436a1301cbc83ce45.tar.zst freebsd-ports-gnome-724394f762cd1dce2187398436a1301cbc83ce45.zip |
- Fix the build with unixODBC 2.2.12:
GNU_CONFIGURE=yes -> USE_AUTOTOOLS=libtool:15
- Bump PORTREVISION
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libodbc++/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/libodbc++/Makefile b/databases/libodbc++/Makefile index 7e9b0154d8b9..eca041b3625e 100644 --- a/databases/libodbc++/Makefile +++ b/databases/libodbc++/Makefile @@ -7,7 +7,7 @@ PORTNAME= libodbc++ PORTVERSION= 0.2.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= libodbcxx @@ -16,7 +16,7 @@ MAINTAINER= fjoe@FreeBSD.org COMMENT= A C++ class library and toolset for ODBC access to data sources USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_GNOME= pkgconfig INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |