diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-20 15:54:21 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-20 15:54:21 +0000 |
commit | d844eada86a09f6b7b3d11fc4cc7ac77fa3a48bf (patch) | |
tree | 0dd35c390f49f2a19b30d884ec0a395c36c4b42b /databases/unixODBC/Makefile | |
parent | b2fd6b20dc1b5134908607ad245afc2842fd6d3f (diff) | |
download | ports-d844eada86a09f6b7b3d11fc4cc7ac77fa3a48bf.tar.gz ports-d844eada86a09f6b7b3d11fc4cc7ac77fa3a48bf.zip |
Notes
Diffstat (limited to 'databases/unixODBC/Makefile')
-rw-r--r-- | databases/unixODBC/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/databases/unixODBC/Makefile b/databases/unixODBC/Makefile index edd06015ee53..769f056025d6 100644 --- a/databases/unixODBC/Makefile +++ b/databases/unixODBC/Makefile @@ -6,21 +6,18 @@ # PORTNAME= unixODBC -PORTVERSION= 2.2.7 -PORTREVISION= 1 +PORTVERSION= 2.2.8 CATEGORIES= databases MASTER_SITES= http://www.unixodbc.org/ MAINTAINER= ports@FreeBSD.org COMMENT= ODBC library suite for Unix -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv - CONFLICTS= libiodbc-* -USE_REINPLACE= yes +USE_GNOME= gnomehack gnometarget lthack +USE_ICONV= yes USE_LIBTOOL= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-static --enable-shared \ --with-libiconv-prefix=${LOCALBASE} INSTALLS_SHLIB= yes @@ -46,9 +43,6 @@ CONFIGURE_ARGS+= --enable-threads=yes CONFIGURE_ARGS+= --enable-threads=no .endif -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |