View | Details | Raw Unified | Return to bug 115800
Collapse All | Expand All

(-)Makefile.ext Thu Aug 16 09:00:20 2007 (+5 lines)
Lines 305-311 Link Here
305
.endif
305
.endif
306
.if ${PHP_MODNAME} == "pdo_sqlite"
306
.if ${PHP_MODNAME} == "pdo_sqlite"
307
.      if defined(WITH_SQLITE_PORT)
308
USE_SQLITE=    yes
309
CONFIGURE_ARGS+=--with-pdo-sqlite=${LOCALBASE}
310
.      else
307
CONFIGURE_ARGS+=--with-pdo-sqlite
311
CONFIGURE_ARGS+=--with-pdo-sqlite
312
.      endif
308
USE_PHP=       pdo
313
USE_PHP=       pdo
309
USE_PHP_BUILD= yes
314
USE_PHP_BUILD= yes

Return to bug 115800