summaryrefslogtreecommitdiff
path: root/databases/xmysqladmin
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/xmysqladmin
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/xmysqladmin')
-rw-r--r--databases/xmysqladmin/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/databases/xmysqladmin/Makefile b/databases/xmysqladmin/Makefile
index 4f2b22c5ce7f..8d0526cf61d5 100644
--- a/databases/xmysqladmin/Makefile
+++ b/databases/xmysqladmin/Makefile
@@ -3,7 +3,7 @@
# Date created: Di 2 Sep 1997 16:29:27 CEST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.14 1999/01/07 08:19:29 simokawa Exp $
+# $Id: Makefile,v 1.15 1999/01/14 21:22:29 dirk Exp $
#
DISTNAME= xmysqladmin-0.4.4
@@ -16,12 +16,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