summaryrefslogtreecommitdiff
path: root/databases/gmysql
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-01-18 15:38:00 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-01-18 15:38:00 +0000
commitcd6e410a24a8499e65ce41269b612260cc0b836a (patch)
tree82818abfdf20a6cd90a24f9fe74f2410e72c2b57 /databases/gmysql
parentCorrectly refer to sam's build directory. (diff)
Don't try to find out which mysql version is installed.
Use a simple library dependency to mysql322. The "autodetection" introduces more problems than it solves. Requested by: Satoshi
Notes
Notes: svn path=/head/; revision=16183
Diffstat (limited to 'databases/gmysql')
-rw-r--r--databases/gmysql/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/databases/gmysql/Makefile b/databases/gmysql/Makefile
index ab753f0f3632..a72e0a7aeb7d 100644
--- a/databases/gmysql/Makefile
+++ b/databases/gmysql/Makefile
@@ -3,7 +3,7 @@
# Date created: Sun Nov 15 22:07:12 CET 1998
# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
#
-# $Id: Makefile,v 1.3 1999/01/08 14:18:42 dirk Exp $
+# $Id: Makefile,v 1.4 1999/01/14 21:22:24 dirk Exp $
#
DISTNAME= gmysql-0.3.1
@@ -13,12 +13,8 @@ MASTER_SITES= http://www.loth.demon.co.uk/gmysql/ \
MAINTAINER= dirk@FreeBSD.ORG
-LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11
-.if !exists(${PREFIX}/lib/mysql/libmysqlclient.a) || exists(${PREFIX}/lib/mysql/libmysqlclient.so)
-LIB_DEPENDS+= mysqlclient.5:${PORTSDIR}/databases/mysql322
-.else
-BUILD_DEPENDS= ${PREFIX}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql321
-.endif
+LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \
+ mysqlclient.5:${PORTSDIR}/databases/mysql322
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-mysql=${PREFIX}