- Fix LIB_DEPENDS, this port links against libct no libtds

- Modernize a bit
This commit is contained in:
Antoine Brodin 2014-09-22 17:18:57 +00:00
parent 095a600930
commit 3f0feb1514
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368976
2 changed files with 3 additions and 6 deletions

View File

@ -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

View File

@ -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%%