|
Lines 19-25
Link Here
|
| 19 |
# than the bundled version and has an incompatible DB file format. |
19 |
# than the bundled version and has an incompatible DB file format. |
| 20 |
# In this way we can be sure DBD::SQLite can interoperate with |
20 |
# In this way we can be sure DBD::SQLite can interoperate with |
| 21 |
# databases/sqlite3. |
21 |
# databases/sqlite3. |
| 22 |
BUILD_DEPENDS= sqlite>=3.3.3:${PORTSDIR}/databases/sqlite3 |
22 |
BUILD_DEPENDS= sqlite3>=3.3.3:${PORTSDIR}/databases/sqlite3 |
| 23 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
23 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
| 24 |
|
24 |
|
| 25 |
PERL_CONFIGURE= yes |
25 |
PERL_CONFIGURE= yes |