diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-15 09:44:16 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-15 09:44:16 +0000 |
commit | 1f8193e37c12479dff6934634dcc9d1fffe5211e (patch) | |
tree | f044fb38d9c961a1be09be3b85b599b70a575927 /databases/py-sybase | |
parent | 1ef0ec6be976327b133ac2199c241cb303b1dd89 (diff) | |
download | ports-1f8193e37c12479dff6934634dcc9d1fffe5211e.tar.gz ports-1f8193e37c12479dff6934634dcc9d1fffe5211e.zip |
Notes
Diffstat (limited to 'databases/py-sybase')
-rw-r--r-- | databases/py-sybase/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-sybase/Makefile b/databases/py-sybase/Makefile index 1c4088f81d99..b35237850c93 100644 --- a/databases/py-sybase/Makefile +++ b/databases/py-sybase/Makefile @@ -6,6 +6,7 @@ PORTNAME= sybase PORTVERSION= 0.36 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= http://object-craft.com.au/projects/sybase/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PORTNAME}-html${EXTRACT_SUFX} MAINTAINER= gnb@itga.com.au COMMENT= A Python Database API interface to the Sybase RDBMS -LIB_DEPENDS= tds.2:${PORTSDIR}/databases/freetds +LIB_DEPENDS= tds.3:${PORTSDIR}/databases/freetds USE_PYTHON= yes USE_PYDISTUTILS= yes |