summaryrefslogtreecommitdiff
path: root/databases/mysql4-client
diff options
context:
space:
mode:
authorgrant <grant>2004-10-31 09:24:27 +0000
committergrant <grant>2004-10-31 09:24:27 +0000
commit33f5759c1ab1bb83dfc5e02774c9a3764b619c27 (patch)
treec4304e64d771568e4065868f5fd8dfc7212bfd9a /databases/mysql4-client
parentce76cef0d06d085cd58848c2462e9fca1d77f33c (diff)
downloadpkgsrc-33f5759c1ab1bb83dfc5e02774c9a3764b619c27.tar.gz
be explicit about where openssl is, fixes openssl detection on Solaris.
Diffstat (limited to 'databases/mysql4-client')
-rw-r--r--databases/mysql4-client/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql4-client/Makefile.common b/databases/mysql4-client/Makefile.common
index d4f778143a9..de3978b156a 100644
--- a/databases/mysql4-client/Makefile.common
+++ b/databases/mysql4-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2004/10/31 09:01:25 grant Exp $
+# $NetBSD: Makefile.common,v 1.19 2004/10/31 09:24:27 grant Exp $
DISTNAME= mysql-4.1.7
CATEGORIES= databases
@@ -50,7 +50,7 @@ CONFIGURE_ARGS+= --disable-dependency-tracking
CONFIGURE_ARGS+= --without-debug
CONFIGURE_ARGS+= --without-bench
CONFIGURE_ARGS+= --with-low-memory
-CONFIGURE_ARGS+= --with-openssl
+CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
CONFIGURE_ARGS+= --with-vio
CONFIGURE_ARGS+= --with-charset=${MYSQL_CHARSET}