diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-13 15:52:42 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-13 15:52:42 +0000 |
commit | 6fd442e36d2dd2fe7e5095817d5362453ccec77a (patch) | |
tree | 4e5b3ce44ac018100c340994ef8a837d03206e99 | |
parent | 640b6511f49847b38db9bf3f8333e806417d8327 (diff) | |
download | ports-6fd442e36d2dd2fe7e5095817d5362453ccec77a.tar.gz ports-6fd442e36d2dd2fe7e5095817d5362453ccec77a.zip |
Notes
-rw-r--r-- | databases/hk_classes/Makefile | 14 | ||||
-rw-r--r-- | databases/hk_classes/pkg-plist | 4 |
2 files changed, 2 insertions, 16 deletions
diff --git a/databases/hk_classes/Makefile b/databases/hk_classes/Makefile index a6ffca8413b1..58b2d6ac0346 100644 --- a/databases/hk_classes/Makefile +++ b/databases/hk_classes/Makefile @@ -29,7 +29,8 @@ CONFIGURE_ENV+= PYTHON_VERSION=${PYTHON_VERSION:S/python//} LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS+=--with-python-libdir=${PYTHON_LIBDIR} \ --with-python-incdir=${PYTHON_INCLUDEDIR} \ --with-fontconfig-incdir=${LOCALBASE}/include/fontconfig \ - --with-fontconfig-libdir=${LOCALBASE}/lib + --with-fontconfig-libdir=${LOCALBASE}/lib \ + --without-firebird USE_LDCONFIG= ${PREFIX}/lib/hk_classes/ INSTALLS_EGGINFO= yes @@ -41,7 +42,6 @@ NOT_FOR_ARCHS_REASON_ia64= Does not build OPTIONS= MYSQL "Build MySQL driver" on \ POSTGRESQL "Build PostrgreSQL driver" off \ ODBC "Build unixODBC driver" off \ - FIREBIRD "Build Firebird driver" off \ PARADOX "Build Paradox driver" off \ SQLITE2 "Build with sqlite2 driver" off \ SQLITE3 "Build with sqlite3 driver" off @@ -86,16 +86,6 @@ CONFIGURE_ARGS+= --without-odbc PLIST_SUB+= ODBC="@comment " .endif -.if defined(WITH_FIREBIRD) -LIB_DEPENDS+= gds:${PORTSDIR}/databases/firebird-client -CONFIGURE_ARGS+= --with-firebird-incdir=${LOCALBASE}/include/\ - --with-firebird-libdir=${LOCALBASE}/lib -PLIST_SUB+= FIREBIRD="" -.else -CONFIGURE_ARGS+= --without-firebird -PLIST_SUB+= FIREBIRD="@comment " -.endif - .if defined(WITH_PARADOX) LIB_DEPENDS+= px:${PORTSDIR}/databases/pxlib CONFIGURE_ARGS+= --with-paradox-incdir=${LOCALBASE}/include/\ diff --git a/databases/hk_classes/pkg-plist b/databases/hk_classes/pkg-plist index dda43e54ec37..ad0a3596c2d9 100644 --- a/databases/hk_classes/pkg-plist +++ b/databases/hk_classes/pkg-plist @@ -56,10 +56,6 @@ include/hk_classes/hk_subform.h include/hk_classes/hk_tabvisible.h include/hk_classes/hk_url.h include/hk_classes/hk_visible.h -%%FIREBIRD%%lib/hk_classes/drivers/libhk_firebirddriver.a -%%FIREBIRD%%lib/hk_classes/drivers/libhk_firebirddriver.la -%%FIREBIRD%%lib/hk_classes/drivers/libhk_firebirddriver.so -%%FIREBIRD%%lib/hk_classes/drivers/libhk_firebirddriver.so.0 %%MYSQL%%lib/hk_classes/drivers/libhk_mysqldriver.a %%MYSQL%%lib/hk_classes/drivers/libhk_mysqldriver.la %%MYSQL%%lib/hk_classes/drivers/libhk_mysqldriver.so |