diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-10 05:41:56 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-10 05:41:56 +0000 |
commit | 47f781372652eaecbdd0a1487f5c786e595fddbe (patch) | |
tree | 8b823c60c94f3192c40424b0b9d7b4195a310c4f /lang/php53 | |
parent | d0b33fdaddbeabc1fc49fd573748d4ba473db8ec (diff) | |
download | ports-47f781372652eaecbdd0a1487f5c786e595fddbe.tar.gz ports-47f781372652eaecbdd0a1487f5c786e595fddbe.zip |
Notes
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index ef351bb664cb..7963d745d379 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -587,7 +587,7 @@ pre-configure: .if defined(WITH_MSSQL) LIB_DEPENDS+= sybdb.5:${PORTSDIR}/databases/freetds-msdblib .else -LIB_DEPENDS+= ct.3:${PORTSDIR}/databases/freetds +LIB_DEPENDS+= ct.4:${PORTSDIR}/databases/freetds .endif .endif |