diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-11-01 20:00:51 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-11-01 20:00:51 +0000 |
commit | d91e48994df1e1bdf189d8a3f0a868804b44bef8 (patch) | |
tree | b22ad3ed05b9ca5ec36876a003bb657cbb071ca3 /databases | |
parent | b5617b477eeeb78e26f8aaedf55fe7cf4f673f64 (diff) | |
download | pkgsrc-d91e48994df1e1bdf189d8a3f0a868804b44bef8.tar.gz |
define USE_BUILDLINK3 before including Makefile.common, which pulls some
buildlink3.mk files
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql4-client/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/mysql4-client/Makefile b/databases/mysql4-client/Makefile index 8e02af8c54f..62e1fcad316 100644 --- a/databases/mysql4-client/Makefile +++ b/databases/mysql4-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/10/31 10:14:14 grant Exp $ +# $NetBSD: Makefile,v 1.11 2004/11/01 20:00:51 jdolecek Exp $ PKGNAME= ${DISTNAME:S/-/-client-/} PKGREVISION= 1 @@ -7,11 +7,12 @@ COMMENT= MySQL 4, a free SQL database (client) CONFLICTS= {mysql-client-[0-9]*,mysql3-client-[0-9]*} +USE_BUILDLINK3= yes + .include "Makefile.common" CONFIGURE_ARGS+= --without-server CONFIGURE_ARGS+= --enable-thread-safe-client -USE_BUILDLINK3= yes UNWRAP_FILES= scripts/mysql_config INFO_FILES= mysql.info |