diff options
author | taca <taca@pkgsrc.org> | 2009-10-07 05:00:58 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2009-10-07 05:00:58 +0000 |
commit | 4d3321c5829bff70ee716e8d64da9f115ba9b221 (patch) | |
tree | 5f621b76f580a5530615be619525572a921239ee /databases/php-pdo_dblib | |
parent | c65a564f65bb03786ee739a5bba3e164333cc520 (diff) | |
download | pkgsrc-4d3321c5829bff70ee716e8d64da9f115ba9b221.tar.gz |
Remove use of temporary workaround for version problem of php-pdo*
packages when they switched to use bundled files in php-5.2.9.
Now we don't need this workaround any more and code itself already
no operation.
No functional change.
Diffstat (limited to 'databases/php-pdo_dblib')
-rw-r--r-- | databases/php-pdo_dblib/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/php-pdo_dblib/Makefile b/databases/php-pdo_dblib/Makefile index 5ebaad55a1f..5a2caa10edf 100644 --- a/databases/php-pdo_dblib/Makefile +++ b/databases/php-pdo_dblib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2009/03/13 10:57:20 sborrill Exp $ +# $NetBSD: Makefile,v 1.10 2009/10/07 05:00:58 taca Exp $ MODNAME= pdo_dblib 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_DIR} |