diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-11-18 19:05:12 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-11-18 19:05:12 +0000 |
commit | 69e5fc4f6fb2ca8cada8876a88e72cf4130dbf43 (patch) | |
tree | 8524e4e89d12c755454b16c6a05ecbb12b9ca4d9 /databases/mysql54-client | |
parent | 7a9d7874de8c4c1540e4bd23c084ea7888ec1c8a (diff) | |
download | ports-69e5fc4f6fb2ca8cada8876a88e72cf4130dbf43.tar.gz ports-69e5fc4f6fb2ca8cada8876a88e72cf4130dbf43.zip |
Fix Makefile to reference perl 5.004_04
Submitted by: axl@iafrica.com
Notes
Notes:
svn path=/head/; revision=8697
Diffstat (limited to 'databases/mysql54-client')
-rw-r--r-- | databases/mysql54-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql54-client/Makefile b/databases/mysql54-client/Makefile index 8354fcf1554c..0915104693c8 100644 --- a/databases/mysql54-client/Makefile +++ b/databases/mysql54-client/Makefile @@ -3,7 +3,7 @@ # Date created: 28 Oct 1997 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id: Makefile,v 1.3 1997/09/05 20:23:04 jfitz Exp $ +# $Id: Makefile,v 1.9 1997/10/29 14:43:32 jfitz Exp $ # DISTNAME= mysql-3.20.32a @@ -16,7 +16,7 @@ MASTER_SITES= http://www.tcx.se/ \ MAINTAINER= josh@ican.net -RUN_DEPENDS= perl5.00401:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.00404:${PORTSDIR}/lang/perl5 USE_GMAKE= YES GNU_CONFIGURE= YES |