summaryrefslogtreecommitdiff
path: root/databases/mysql51-server
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-07-18 05:04:20 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-07-18 05:04:20 +0000
commitdc5ea736c74183cb97733284c8c15e35097cec4f (patch)
tree8644f90f24332fbab844e94152be9737d2262e32 /databases/mysql51-server
parentwgconvert is missing in the default install target and doesn't get installed, (diff)
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/mysql51-server')
-rw-r--r--databases/mysql51-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql51-server/Makefile b/databases/mysql51-server/Makefile
index 5d337f532394..1ffdd40ef953 100644
--- a/databases/mysql51-server/Makefile
+++ b/databases/mysql51-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