diff options
author | Max Khon <fjoe@FreeBSD.org> | 2006-11-28 20:13:36 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2006-11-28 20:13:36 +0000 |
commit | 8e9ce1e471f0042cc2e252926b6a6378f9a2dfb1 (patch) | |
tree | e9787508151c0f20edb69c0d51cef8501615074a /databases | |
parent | 1f80ff9c74527eb26d5a213d8ada237fbef46436 (diff) | |
download | ports-8e9ce1e471f0042cc2e252926b6a6378f9a2dfb1.tar.gz ports-8e9ce1e471f0042cc2e252926b6a6378f9a2dfb1.zip |
Notes
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} |