Fix path to and depend on bash. Bump revision.
This commit is contained in:
parent
4f2b142bca
commit
cb5a16ccd8
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2006/02/05 23:09:57 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2007/09/04 21:16:25 joerg Exp $
|
||||
#
|
||||
|
||||
PKGREVISION= 1
|
||||
|
@ -9,5 +9,8 @@ PERDITION_PKGNAME= odbc
|
|||
CONFIGURE_ARGS+= --with-odbc-includes=${BUILDLINK_PREFIX.unixodbc}/include
|
||||
CONFIGURE_ARGS+= --with-odbc-libs=${BUILDLINK_PREFIX.unixodbc}/lib
|
||||
|
||||
USE_TOOLS+= bash:run
|
||||
REPLACE_BASH+= perdition/db/odbc/perditiondb_odbc_makedb
|
||||
|
||||
.include "../../databases/unixodbc/buildlink3.mk"
|
||||
.include "../perdition/Makefile.common"
|
||||
|
|
Loading…
Reference in a new issue