databases/p5-DBD-Sybase: note needed freetds version
p5-DBD-Sybase compilation fails with obscure build error when building system has previous version of freetds installed. Let's print friendly message instead noting needed freetds version.
This commit is contained in:
parent
16f616fe3b
commit
3d4b207f34
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ LICENSE= ART10 GPLv1+
|
|||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
BUILD_DEPENDS+= freetds>=1.3.10:databases/freetds
|
||||
LIB_DEPENDS= libct.so:databases/freetds
|
||||
RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI
|
||||
|
||||
|
|
Loading…
Reference in a new issue