diff options
author | agc <agc> | 1998-09-01 14:29:28 +0000 |
---|---|---|
committer | agc <agc> | 1998-09-01 14:29:28 +0000 |
commit | 5592bd0679b1a8e0a396e26f5217a5cbf08d0420 (patch) | |
tree | fad0852944d12b5771cf07e1c6e47e51fc27cc23 /databases | |
parent | f02ca765ed4b7f5e990954dfe75fbf3b7004bde0 (diff) | |
download | pkgsrc-5592bd0679b1a8e0a396e26f5217a5cbf08d0420.tar.gz |
Define USE_LIBTOOL, and use the ${LIBTOOL} definition appropriately.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/mysql/Makefile b/databases/mysql/Makefile index 2122f494ac8..e4c9489e3ba 100644 --- a/databases/mysql/Makefile +++ b/databases/mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/08/20 15:16:44 tsarna Exp $ +# $NetBSD: Makefile,v 1.10 1998/09/01 14:29:28 agc Exp $ # # note: if updated, update shlib version number in patch-aa @@ -10,8 +10,6 @@ MASTER_SITES= ftp://ftp.digex.net/pub/database/mysql/Downloads/MySQL-3.21/ \ MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://www.tcx.se/ -BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool - CONFLICTS= mysql-3.21.31 mysql-3.21.32a NO_CDROM= "Restrictive license." |