diff options
author | jaapb <jaapb> | 2012-12-13 13:02:16 +0000 |
---|---|---|
committer | jaapb <jaapb> | 2012-12-13 13:02:16 +0000 |
commit | 2d7d84bb8568effd8a2f6ce2f79ce633d2627c78 (patch) | |
tree | 8e8827aaf9ceda192f5ba8669b3a04e9ca56591a /databases | |
parent | 7316c0cfe065b47212a62b670d5925f79ee341ae (diff) | |
download | pkgsrc-2d7d84bb8568effd8a2f6ce2f79ce633d2627c78.tar.gz |
Changed buildlink include to generic mysql file instead of specific package
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ocaml-mysql/Makefile | 6 |
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" |