diff options
Diffstat (limited to 'databases/php-pdo_sqlite/Makefile')
-rw-r--r-- | databases/php-pdo_sqlite/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/php-pdo_sqlite/Makefile b/databases/php-pdo_sqlite/Makefile index 9ccbec37b4a..bfa39c71157 100644 --- a/databases/php-pdo_sqlite/Makefile +++ b/databases/php-pdo_sqlite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/03/13 10:57:20 sborrill Exp $ +# $NetBSD: Makefile,v 1.8 2009/10/07 05:00:59 taca Exp $ MODNAME= pdo_sqlite CATEGORIES+= databases @@ -12,8 +12,6 @@ USE_PHP_EXT_PATCHES= yes .include "../../mk/bsd.prefs.mk" .include "../../lang/php/ext.mk" -# Remove the following line when PHP >= 5.2.10 is released -.include "../../databases/php-pdo/module.mk" CONFIGURE_ARGS+= --with-${MODNAME} CONFIGURE_ARGS+= --with-${PKGMODNAME}=shared,${BUILDLINK_PREFIX.sqlite3} |