summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/ocaml-mysql/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/ocaml-mysql/Makefile b/databases/ocaml-mysql/Makefile
index cd6eb97f3be..6bd0b075afb 100644
--- a/databases/ocaml-mysql/Makefile
+++ b/databases/ocaml-mysql/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2012/10/08 15:18:21 jaapb Exp $
+# $NetBSD: Makefile,v 1.13 2012/12/13 13:02:16 jaapb Exp $
#
DISTNAME= ocaml-mysql-1.1.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/870/
@@ -32,5 +32,5 @@ post-install:
.include "../../lang/ocaml/buildlink3.mk"
.include "../../devel/ocaml-findlib/buildlink3.mk"
-.include "../../databases/mysql5-client/buildlink3.mk"
+.include "../../mk/mysql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"