summaryrefslogtreecommitdiff
path: root/databases/php4-mysql
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-04-25 01:12:49 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-04-25 01:12:49 +0000
commite8fd16e74d5cb8be972bbe17fcd16b31439a831e (patch)
tree7691905e0a78d93c2471edc79dfd5576753e0c10 /databases/php4-mysql
parentdb75a5c4312be292cf61f18d022887d14d321276 (diff)
downloadpkgsrc-e8fd16e74d5cb8be972bbe17fcd16b31439a831e.tar.gz
bl3ify
Diffstat (limited to 'databases/php4-mysql')
-rw-r--r--databases/php4-mysql/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/php4-mysql/Makefile b/databases/php4-mysql/Makefile
index 732a5d6f32c..eab1b3f4256 100644
--- a/databases/php4-mysql/Makefile
+++ b/databases/php4-mysql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/03/31 10:11:46 tron Exp $
+# $NetBSD: Makefile,v 1.12 2004/04/25 01:12:49 xtraeme Exp $
MODNAME= mysql
CATEGORIES+= databases
@@ -11,11 +11,11 @@ DISTINFO_FILE= ${PKGDIR}/distinfo
.include "../../www/php4/Makefile.module"
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= yes
EVAL_PREFIX+= MYSQLDIR=mysql-client
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${MYSQLDIR}
LDFLAGS+= -Wl,${RPATH_FLAG}${LOCALBASE}/lib/mysql
-.include "../../databases/mysql-client/buildlink2.mk"
+.include "../../databases/mysql-client/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"