summaryrefslogtreecommitdiff
path: root/mail/teapop
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-10-29 05:59:23 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-10-29 05:59:23 +0000
commit158484ab169d85767b9cf8cdbeff0d61cc8f13e0 (patch)
tree37bf6ae733fdc41cf1f9d07f538b1e75dba57f83 /mail/teapop
parent41a793d84eb65edca280241f4c6f538264495827 (diff)
downloadpkgsrc-158484ab169d85767b9cf8cdbeff0d61cc8f13e0.tar.gz
use mk/mysql.buildlink3.mk instead of databases/mysql-client/buildlink3.mk,
so that we'd not force dependance on specific MySQL version, and instead pick the currently installed mysql*-client (or install the default if there is no mysql-client package installed yet) this makes package buildable with arbitrary MySQL version, such as 3.23.x, 4.0.x or 4.1.x
Diffstat (limited to 'mail/teapop')
-rw-r--r--mail/teapop/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile
index ad5a1b8fded..56d945b6e16 100644
--- a/mail/teapop/Makefile
+++ b/mail/teapop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/10/03 00:12:55 tv Exp $
+# $NetBSD: Makefile,v 1.19 2004/10/29 05:59:24 jdolecek Exp $
DISTNAME= teapop-0.3.8
PKGREVISION= 1
@@ -39,7 +39,7 @@ CONFIGURE_ARGS+=--disable-vpop
.endif
.if defined(TEAPOP_WITH_MYSQL)
-.include "../../databases/mysql-client/buildlink3.mk"
+.include "../../mk/mysql.buildlink3.mk"
CONFIGURE_ARGS+= --with-mysql=${BUILDLINK_PREFIX.mysql-client}
LDFLAGS+= ${BUILDLINK_LDFLAGS.mysql-client}
.endif