- Fix LIB_DEPENDS, this port links against libct no libtds
- Modernize a bit
This commit is contained in:
parent
095a600930
commit
3f0feb1514
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368976
@ -14,10 +14,10 @@ COMMENT= Python Database API interface to the Sybase RDBMS
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
LIB_DEPENDS= libtds.so:${PORTSDIR}/databases/freetds
|
||||
LIB_DEPENDS= libct.so:${PORTSDIR}/databases/freetds
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
USES= python
|
||||
USE_PYTHON= distutils
|
||||
|
||||
OPTIONS_DEFINE= DOCS THREADS EXAMPLES
|
||||
OPTIONS_DEFAULT=THREADS
|
||||
|
@ -70,6 +70,3 @@
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rpc.sql
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/timeout.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/timeout.readme
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/icons
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user