diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-03 14:21:56 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-03 14:21:56 +0000 |
commit | e8ce0e594c46c44268abd59278c1bbb9e13502bf (patch) | |
tree | 9213948d56ac55514201781dad838aa3e50389e9 /databases/py-sybase/Makefile | |
parent | - Update to 0.64 (diff) |
- Chase databases/freetds update: ct.3 -> ct.4, tds.4 -> tds.5
- Bump PORTREVISION where necessary
Diffstat (limited to 'databases/py-sybase/Makefile')
-rw-r--r-- | databases/py-sybase/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-sybase/Makefile b/databases/py-sybase/Makefile index 7b2dbeeadec8..bbe3e585e11a 100644 --- a/databases/py-sybase/Makefile +++ b/databases/py-sybase/Makefile @@ -6,7 +6,7 @@ PORTNAME= sybase PORTVERSION= 0.37 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases python MASTER_SITES= http://object-craft.com.au/projects/sybase/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,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.4:${PORTSDIR}/databases/freetds +LIB_DEPENDS= tds.5:${PORTSDIR}/databases/freetds USE_PYTHON= yes USE_PYDISTUTILS= yes |