diff options
author | Xin LI <delphij@FreeBSD.org> | 2008-04-15 21:59:31 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2008-04-15 21:59:31 +0000 |
commit | 6f23248bc2c89ef04272e41076b47885eea55a9f (patch) | |
tree | fe18ecb47a28eefff6b4a13feee0d83d8144adc3 /databases/libdbi-drivers/Makefile | |
parent | 2f7e72c002528554e9eeafb94888a2164d47fc24 (diff) | |
download | ports-6f23248bc2c89ef04272e41076b47885eea55a9f.tar.gz ports-6f23248bc2c89ef04272e41076b47885eea55a9f.zip |
Notes
Diffstat (limited to 'databases/libdbi-drivers/Makefile')
-rw-r--r-- | databases/libdbi-drivers/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/databases/libdbi-drivers/Makefile b/databases/libdbi-drivers/Makefile index b1a01d62585a..255ec4616f87 100644 --- a/databases/libdbi-drivers/Makefile +++ b/databases/libdbi-drivers/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libdbi-drivers -DISTVERSION= 0.8.2-1 +DISTVERSION= 0.8.3-1 CATEGORIES= databases devel MASTER_SITES= SF @@ -19,6 +19,7 @@ USE_GNOME= gnometarget lthack USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --disable-static \ --with-dbi-incdir=${LOCALBASE}/include/dbi +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${DISTVERSION} OPTIONS= MYSQL "With MySQL Driver" on \ MSQL "With MSQL Driver" off \ @@ -33,7 +34,7 @@ OPTIONS= MYSQL "With MySQL Driver" on \ .if defined(WITHOUT_MYSQL) && defined(WITHOUT_MSQL) && defined(WITHOUT_PGSQL) \ && defined(WITHOUT_SQLITE2) && defined(WITHOUT_SQLITE3) \ && defined(WITHOUT_FIREBIRD) && defined(WITHOUT_FREETDS) -#IGNORE= choose at least one driver +IGNORE= choose at least one driver .endif .if !defined(WITHOUT_MYSQL) @@ -92,7 +93,11 @@ PLIST_SUB+= FREETDS="" PLIST_SUB+= FREETDS="@comment " .endif +PLIST_SUB+= INGRES="@comment " +PLIST_SUB+= ORACLE="@comment " + post-patch: @${REINPLACE_CMD} -e 's|-O20|${CFLAGS}|g' ${WRKSRC}/configure + @${TOUCH} ${WRKSRC}/drivers/*/dbd_*/* .include <bsd.port.post.mk> |