aboutsummaryrefslogtreecommitdiff
path: root/databases/xmysql
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/xmysql
parentba0f21a84685a0163dec9fa3e7bcc3af753af2f7 (diff)
downloadports-cd6e410a24a8499e65ce41269b612260cc0b836a.tar.gz
ports-cd6e410a24a8499e65ce41269b612260cc0b836a.zip
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/xmysql')
-rw-r--r--databases/xmysql/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/databases/xmysql/Makefile b/databases/xmysql/Makefile
index 3f24a4845ff0..a02e63a525c6 100644
--- a/databases/xmysql/Makefile
+++ b/databases/xmysql/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Sep 2 15:46:09 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.14 1999/01/07 08:19:26 simokawa Exp $
+# $Id: Makefile,v 1.15 1999/01/14 21:22:28 dirk Exp $
#
DISTNAME= xmysql-1.9
@@ -15,12 +15,8 @@ MASTER_SITES= http://www.tcx.se/Contrib/ \
MAINTAINER= andreas@FreeBSD.ORG
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
- xforms.0:${PORTSDIR}/x11-toolkits/xforms
-.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
+ xforms.0:${PORTSDIR}/x11-toolkits/xforms \
+ mysqlclient.5:${PORTSDIR}/databases/mysql322
# depends on xforms
ONLY_FOR_ARCHS= i386