aboutsummaryrefslogtreecommitdiff
path: root/databases/py-odbc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-odbc/Makefile')
-rw-r--r--databases/py-odbc/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/databases/py-odbc/Makefile b/databases/py-odbc/Makefile
index eff4a239f2eb..5e165e5172b4 100644
--- a/databases/py-odbc/Makefile
+++ b/databases/py-odbc/Makefile
@@ -18,16 +18,7 @@ USE_PYDISTUTILS= easy_install
PYDISTUTILS_AUTOPLIST= yes
PYEASYINSTALL_ARCHDEP= yes
-OPTIONS_DEFINE= UNIXODBC
-OPTIONS_DEFAULT=UNIXODBC
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MUNIXODBC}
LIB_DEPENDS+= libodbc.so:${PORTSDIR}/databases/unixODBC
BUILD_DEPENDS+= unixODBC>=2.2.14_1:${PORTSDIR}/databases/unixODBC
-.else
-LIB_DEPENDS+= libiodbc.so:${PORTSDIR}/databases/libiodbc
-.endif
.include <bsd.port.mk>