diff options
author | joerg <joerg@pkgsrc.org> | 2007-09-04 21:08:53 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-09-04 21:08:53 +0000 |
commit | 334506cb45c100a01fc7fe72cff11fb1df052527 (patch) | |
tree | cbe45f3b2822d18e8bac2e75366d0b3086f02b24 /mail | |
parent | bfc352240efc00d9d2391c12790f1e83e0f746c7 (diff) | |
download | pkgsrc-334506cb45c100a01fc7fe72cff11fb1df052527.tar.gz |
Fix path to and depend on bash. Bump revision.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/perdition-mysql/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/perdition-mysql/Makefile b/mail/perdition-mysql/Makefile index 8b9dac98ab5..b27297f1232 100644 --- a/mail/perdition-mysql/Makefile +++ b/mail/perdition-mysql/Makefile @@ -1,10 +1,13 @@ -# $NetBSD: Makefile,v 1.2 2006/02/05 23:09:57 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2007/09/04 21:08:53 joerg Exp $ # -PKGREVISION= 1 +PKGREVISION= 2 PERDITION_COMMENT= MySQL user database module PERDITION_PKGNAME= mysql +USE_TOOLS+= bash:run +REPLACE_BASH+= perdition/db/mysql/perditiondb_mysql_makedb + .include "../../mk/mysql.buildlink3.mk" .include "../perdition/Makefile.common" |