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 | 7849baa76d9dd9efe238eb8b7e91a3ab05acd8bd (patch) | |
tree | cbe45f3b2822d18e8bac2e75366d0b3086f02b24 /mail/perdition-mysql/Makefile | |
parent | 58d2f4551c7c1b8a57fe83b634bef44e0376658d (diff) | |
download | pkgsrc-7849baa76d9dd9efe238eb8b7e91a3ab05acd8bd.tar.gz |
Fix path to and depend on bash. Bump revision.
Diffstat (limited to 'mail/perdition-mysql/Makefile')
-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" |