define USE_BUILDLINK3 before including Makefile.common, which pulls some
buildlink3.mk files
This commit is contained in:
parent
b5617b477e
commit
d91e48994d
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue