diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-07-18 05:04:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-07-18 05:04:20 +0000 |
commit | dc5ea736c74183cb97733284c8c15e35097cec4f (patch) | |
tree | 8644f90f24332fbab844e94152be9737d2262e32 /databases/mysql60-server | |
parent | f839215a37e6271b75d435c5ce4e9400fe37c942 (diff) | |
download | ports-dc5ea736c74183cb97733284c8c15e35097cec4f.tar.gz ports-dc5ea736c74183cb97733284c8c15e35097cec4f.zip |
Update name of perl executable in dependencies to "perl5.00401".
Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS
and RUN_DEPENDS).
Notes
Notes:
svn path=/head/; revision=7366
Diffstat (limited to 'databases/mysql60-server')
-rw-r--r-- | databases/mysql60-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql60-server/Makefile b/databases/mysql60-server/Makefile index 5d337f532394..1ffdd40ef953 100644 --- a/databases/mysql60-server/Makefile +++ b/databases/mysql60-server/Makefile @@ -3,7 +3,7 @@ # Date created: 16 Jun 1997 # Whom: Josh Tiefenbach <josh@ican.net> # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1997/06/18 19:35:30 jfitz Exp $ # DISTNAME= mysql-3.20.22 @@ -16,7 +16,7 @@ MASTER_SITES= http://www.tcx.se/ \ MAINTAINER= josh@ican.net -RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.00401:${PORTSDIR}/lang/perl5 USE_GMAKE= YES GNU_CONFIGURE= YES |